-
CONFIG_TINYCRYPT_AES_CMAC
¶
AES-128 CMAC mode
Type: bool
Help¶
This option enables support for AES-128 CMAC mode.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At ext/lib/crypto/tinycrypt/Kconfig:88
Included via Kconfig:10
→ Kconfig.zephyr:37
→ ext/Kconfig:13
→ ext/lib/crypto/Kconfig:9
Menu path: (top menu) → External Sources → Cryptography
config TINYCRYPT_AES_CMAC bool prompt "AES-128 CMAC mode" ifTINYCRYPT_AES
depends onTINYCRYPT_AES
help This option enables support for AES-128 CMAC mode.
(Definitions include propagated dependencies, including from if’s and menus.)