OpenGrok
Cross Reference: aes_ssse3_impl.c
xref
: /
src
/
sys
/
crypto
/
aes
/
arch
/
x86
/
aes_ssse3_impl.c
Home
|
History
|
Annotate
|
Download
|
only in
x86
History log of
/src/sys/crypto/aes/arch/x86/aes_ssse3_impl.c
Revision
Date
Author
Comments
1.4
25-Jul-2020
riastradh
Implement AES-CCM with SSSE3.
1.3
25-Jul-2020
riastradh
Split aes_impl declarations out into aes_impl.h.
This will make it less painful to add more operations to struct
aes_impl without having to recompile everything that just uses the
block cipher directly or similar.
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 Wed Oct 01 18:09:54 GMT 2025