:orphan: .. title:: TINYCRYPT_AES .. option:: CONFIG_TINYCRYPT_AES *AES-128 decrypt/encrypt* Type: ``bool`` Help ==== This option enables support for AES-128 decrypt and encrypt. Direct dependencies =================== \ :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 ` - \ :option:`BT_RPA ` - \ :option:`BT_HOST_CRYPTO ` - \ :option:`BT_SMP ` - \ :option:`BT_GATT_CACHING ` - \ :option:`BT_MESH ` - \ :option:`JWT_SIGN_ECDSA ` - \ :option:`CTR_DRBG_CSPRNG_GENERATOR ` Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.tinycrypt:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:34`` Menu path: (Top) → Modules → TinyCrypt Support .. parsed-literal:: config TINYCRYPT_AES bool "AES-128 decrypt/encrypt" depends on \ :option:`TINYCRYPT ` help This option enables support for AES-128 decrypt and encrypt. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*