:orphan: .. title:: VANILLA_MBEDTLS_CMAC_C .. option:: CONFIG_VANILLA_MBEDTLS_CMAC_C *mbed TLS vanilla* Type: ``bool`` Help ==== CMAC support for AES-128, AES-192, AES-256 Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`MBEDTLS_AES_256_CMAC_C ` Kconfig definition ================== .. highlight:: kconfig At ``nrf_security/Kconfig:357`` Included via ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrfxlib/Kconfig.nrfxlib:14`` Menu path: (Top) → 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 .. parsed-literal:: config VANILLA_MBEDTLS_CMAC_C bool "mbed TLS vanilla" if \ :option:`MBEDTLS_VANILLA_BACKEND ` select \ :option:`MBEDTLS_AES_256_CMAC_C ` depends on \ :ref:` ` help CMAC support for AES-128, AES-192, AES-256 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*