openssl/crypto/aes
Bernd Edlinger 0051746e03 Add AES consttime code for no-asm configurations
This adds optional constant time support for AES
when building openssl for no-asm.

Enable with: ./config no-asm -DOPENSSL_AES_CONST_TIME
Disable with: ./config no-asm -DOPENSSL_NO_AES_CONST_TIME

This is by default enabled.

[extended tests]

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10828)
2021-06-13 06:36:48 +02:00
..
asm aes: rename new bsaes_ symbols -> ossl_bsaes_ ones 2021-05-27 09:35:50 +10:00
aes_cbc.c
aes_cfb.c
aes_core.c Add AES consttime code for no-asm configurations 2021-06-13 06:36:48 +02:00
aes_ecb.c
aes_ige.c remove unused initialisations 2020-12-03 11:22:06 +10:00
aes_local.h Add AES consttime code for no-asm configurations 2021-06-13 06:36:48 +02:00
aes_misc.c
aes_ofb.c
aes_wrap.c
aes_x86core.c
build.info Revert "ARM assembly pack: translate bit-sliced AES implementation to AArch64" 2021-05-20 08:51:30 +01:00