-
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 ext/lib/crypto/tinycrypt/Kconfig:24
Included via Kconfig:8
→ Kconfig.zephyr:43
→ ext/Kconfig:10
→ ext/lib/crypto/Kconfig:6
Menu path: (Top) → External Sources → Cryptography → 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.)