OpenGrok
Cross Reference: aes_ssse3_subr.c
xref
: /
src
/
sys
/
crypto
/
aes
/
arch
/
x86
/
aes_ssse3_subr.c
Home
|
History
|
Annotate
|
Download
|
only in
x86
History log of
/src/sys/crypto/aes/arch/x86/aes_ssse3_subr.c
Revision
Date
Author
Comments
1.3
25-Jul-2020
riastradh
Implement AES-CCM with SSSE3.
1.2
30-Jun-2020
riastradh
New test sys/crypto/aes/t_aes.
Runs aes_selftest on all kernel AES implementations supported on the
current hardware, not just the preferred one.
1.1
29-Jun-2020
riastradh
New permutation-based AES implementation using SSSE3.
This covers a lot of CPUs -- particularly lower-end CPUs over the
past decade which lack AES-NI.
Derived from Mike Hamburg's public domain vpaes software; see
<https://crypto.stanford.edu/vpaes/> for details.
Indexes created Fri Oct 03 02:09:57 GMT 2025