Searched hist:e59c1c98745637796df824c0177f279b6e9cad94 (Results 1 – 3 of 3) sorted by relevance
/linux/lib/crypto/ |
H A D | aes.c | e59c1c98745637796df824c0177f279b6e9cad94 Tue Jul 02 21:41:22 CEST 2019 Ard Biesheuvel <ard.biesheuvel@linaro.org> 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>
|
/linux/crypto/ |
H A D | aes_ti.c | diff e59c1c98745637796df824c0177f279b6e9cad94 Tue Jul 02 21:41:22 CEST 2019 Ard Biesheuvel <ard.biesheuvel@linaro.org> 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>
|
/linux/include/crypto/ |
H A D | aes.h | diff e59c1c98745637796df824c0177f279b6e9cad94 Tue Jul 02 21:41:22 CEST 2019 Ard Biesheuvel <ard.biesheuvel@linaro.org> 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>
|