-
CONFIG_TINYCRYPT_SHA256_HMAC
¶
HMAC (via SHA256) message auth support
Type: bool
Help¶
This option enables support for HMAC using SHA-256 message authentication code.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At modules/Kconfig.tinycrypt:24
Included via Kconfig:8
→ Kconfig.zephyr:10
→ modules/Kconfig:28
Menu path: (Top) → Modules → TinyCrypt Support → SHA-256 Hash function support
config TINYCRYPT_SHA256_HMAC bool "HMAC (via SHA256) message auth support" depends onTINYCRYPT_SHA256
&&TINYCRYPT
help This option enables support for HMAC using SHA-256 message authentication code.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)