:orphan: .. title:: TINYCRYPT_AES_CBC .. option:: CONFIG_TINYCRYPT_AES_CBC *AES-128 block cipher* Type: ``bool`` Help ==== This option enables support for AES-128 block cipher 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 ================== .. highlight:: kconfig At ``modules/Kconfig.tinycrypt:61`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:34`` Menu path: (Top) → Modules → TinyCrypt Support → AES-128 decrypt/encrypt .. parsed-literal:: config TINYCRYPT_AES_CBC bool "AES-128 block cipher" depends on \ :option:`TINYCRYPT_AES ` && \ :option:`TINYCRYPT ` help This option enables support for AES-128 block cipher mode. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*