mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:25:11 +00:00
Enable AES countermeasures in baremetal config
Enable AES countermeasures in baremetal configuration.
This commit is contained in:
parent
7543901b6a
commit
be1bb06acd
|
@ -41,6 +41,7 @@
|
||||||
#define MBEDTLS_AES_FEWER_TABLES
|
#define MBEDTLS_AES_FEWER_TABLES
|
||||||
#define MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH
|
#define MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH
|
||||||
#define MBEDTLS_AES_ONLY_ENCRYPT
|
#define MBEDTLS_AES_ONLY_ENCRYPT
|
||||||
|
#define MBEDTLS_AES_SCA_COUNTERMEASURES
|
||||||
#define MBEDTLS_CCM_C
|
#define MBEDTLS_CCM_C
|
||||||
|
|
||||||
/* Asymmetric crypto: Single-curve ECC only. */
|
/* Asymmetric crypto: Single-curve ECC only. */
|
||||||
|
|
Loading…
Reference in a new issue