mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(mbedtls): MBEDTLS_CMAC_C not effective when MBEDTLS_USE_CRYPTO_ROM_IMPL enabled
This commit is contained in:
parent
d74ff5224c
commit
d0ec6fc04d
@ -379,7 +379,6 @@ menu "mbedTLS"
|
||||
|
||||
config MBEDTLS_CMAC_C
|
||||
bool "Enable CMAC mode for block ciphers"
|
||||
default y if MBEDTLS_USE_CRYPTO_ROM_IMPL
|
||||
default n
|
||||
depends on MBEDTLS_AES_C || MBEDTLS_DES_C
|
||||
help
|
||||
@ -1144,6 +1143,7 @@ menu "mbedTLS"
|
||||
select MBEDTLS_SHA512_C
|
||||
select MBEDTLS_AES_C
|
||||
select MBEDTLS_CCM_C
|
||||
select MBEDTLS_CMAC_C
|
||||
select MBEDTLS_ROM_MD5
|
||||
select MBEDTLS_HARDWARE_SHA
|
||||
select MBEDTLS_ECP_RESTARTABLE
|
||||
|
Loading…
x
Reference in New Issue
Block a user