-
CONFIG_TINYCRYPT_AES
¶
AES-128 decrypt/encrypt
Type: bool
Help¶
This option enables support for AES-128 decrypt and encrypt.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/modules/Kconfig.tinycrypt:56
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:34
Menu path: (Top) → Modules → TinyCrypt Support
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.)