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:614

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:5<nrfxlib>/Kconfig.nrfxlib:13

Menu path: (Top) → Modules → 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: Backend selection>
    help
      CMAC support using AES-128, AES-192, AES-256

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)