mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-08 18:54:23 +02:00
aes boolean masking
Signed-off-by: Shelly Liberman <shelly.liberman@arm.com>
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
# MBEDTLS_SSL_TRANSFORM_OPTIMIZE_CIPHERS
|
||||
# MBEDTLS_VALIDATE_SSL_KEYS_INTEGRITY
|
||||
# MBEDTLS_OPTIMIZE_TINYCRYPT_ASM
|
||||
# MBEDTLS_AES_128_BIT_MASKED
|
||||
# and any symbol beginning _ALT
|
||||
#
|
||||
# The baremetal configuration excludes options that require a library or
|
||||
@@ -146,6 +147,7 @@ MBEDTLS_CTR_DRBG_USE_128_BIT_KEY
|
||||
MBEDTLS_SSL_TRANSFORM_OPTIMIZE_CIPHERS
|
||||
MBEDTLS_VALIDATE_SSL_KEYS_INTEGRITY
|
||||
MBEDTLS_OPTIMIZE_TINYCRYPT_ASM
|
||||
MBEDTLS_AES_128_BIT_MASKED
|
||||
_ALT\s*$
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user