:orphan: .. title:: CONFIG_TINYCRYPT_AES_CMAC .. kconfig:: CONFIG_TINYCRYPT_AES_CMAC CONFIG_TINYCRYPT_AES_CMAC ######################### *AES-128 CMAC mode* Type: ``bool`` Help ==== .. code-block:: none This option enables support for AES-128 CMAC mode. Direct dependencies =================== \ :kconfig:`TINYCRYPT_AES ` && \ :kconfig:`TINYCRYPT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`CRYPTO_TINYCRYPT_SHIM ` - \ :kconfig:`BT_SMP ` - \ :kconfig:`BT_GATT_CACHING ` - \ :kconfig:`BT_MESH ` Kconfig definition ================== At ``/Kconfig.tinycrypt:79`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:31`` Menu path: (Top) → Modules → TinyCrypt Support → AES-128 decrypt/encrypt .. code-block:: kconfig config TINYCRYPT_AES_CMAC bool "AES-128 CMAC mode" depends on TINYCRYPT_AES && TINYCRYPT help This option enables support for AES-128 CMAC mode. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*