1
0
Fork 0
alistair23-linux/lib/crypto
Ard Biesheuvel e59c1c9874 crypto: aes - create AES library based on the fixed time AES code
Take the existing small footprint and mostly time invariant C code
and turn it into a AES library that can be used for non-performance
critical, casual use of AES, and as a fallback for, e.g., SIMD code
that needs a secondary path that can be taken in contexts where the
SIMD unit is off limits (e.g., in hard interrupts taken from kernel
context)

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-07-26 14:55:33 +10:00
..
Makefile crypto: aes - create AES library based on the fixed time AES code 2019-07-26 14:55:33 +10:00
aes.c crypto: aes - create AES library based on the fixed time AES code 2019-07-26 14:55:33 +10:00
arc4.c