-
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 <Zephyr>/modules/Kconfig.tinycrypt:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:10
→ <Zephyr>/modules/Kconfig:30
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.)