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