-
CONFIG_CHOICE_VANILLA_MBEDTLS_CMAC_C
¶
mbed TLS (CMAC using AES-128, AES-192, AES-256)
Type: bool
Help¶
CMAC support using AES-128, AES-192, AES-256
Direct dependencies¶
VANILLA_MBEDTLS_AES_C
&& <choice: Backend selection>
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At <nrfxlib>/nrf_security/Kconfig:645
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:62
→ <nrfxlib>/Kconfig.nrfxlib:13
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend → AES - Advanced Encryption Standard → AES-CMAC - AES Cipher-based Message Authentication Code mode for block ciphers → Backend selection
config CHOICE_VANILLA_MBEDTLS_CMAC_C
bool "mbed TLS (CMAC using AES-128, AES-192, AES-256)"
select VANILLA_MBEDTLS_CMAC_C
depends on VANILLA_MBEDTLS_AES_C && <choice>
help
CMAC support using AES-128, AES-192, AES-256
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)