Auto-enable CTR_DRBG_USE_128_BIT_KEY with AES_ONLY_128_BIT_KEY_LENGTH
This commit adds support to auto-enable MBEDTLS_CTR_DRBG_USE_128_BIT_KEY if MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH enabled. Furthermore, the corresponding check is removed in check_config.h. Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
parent
8b9877bad7
commit
1ed226f790
4 changed files with 8 additions and 8 deletions
|
@ -532,8 +532,6 @@
|
|||
*
|
||||
* Tradeoff: Uncommenting this macro reduces the size of AES code by about 4%.
|
||||
*
|
||||
* If uncommented, uncomment also MBEDTLS_CTR_DRBG_USE_128_BIT_KEY
|
||||
*
|
||||
* Module: library/aes.c
|
||||
*
|
||||
* Requires: MBEDTLS_AES_C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue