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