random: enable AES support CTR_DRBG CSPRNG when it relies on Mbed TLS
PR #72475 disabled default enabling of many Mbed TLS features including AES. This means that now it must be explicitly added when required. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
73bf6f6371
commit
4fc6506a8a
2 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,5 @@ CONFIG_MINIMAL_LIBC_NON_REENTRANT_FUNCTIONS=y
|
|||
CONFIG_MINIMAL_LIBC_RAND=y
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
CONFIG_MBEDTLS_CIPHER_AES_ENABLED=y
|
||||
CONFIG_MBEDTLS_USE_PSA_CRYPTO=n
|
||||
CONFIG_PSA_CRYPTO_ENABLE_ALL=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue