Module Name: src Committed By: riastradh Date: Mon Jun 29 23:38:02 UTC 2020
Modified Files: src/sys/arch/x86/conf: files.x86 src/sys/arch/x86/include: via_padlock.h src/sys/arch/x86/x86: via_padlock.c Log Message: padlock(4): Remove legacy rijndael API use. This doesn't actually need to compute AES -- it just needs the standard AES key schedule, so use the BearSSL constant-time key schedule implementation. XXX Compile-tested only. XXX The byte-order business here seems highly questionable. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/sys/arch/x86/conf/files.x86 cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x86/include/via_padlock.h cvs rdiff -u -r1.29 -r1.30 src/sys/arch/x86/x86/via_padlock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.