:orphan: .. title:: CONFIG_TINYCRYPT_SHA256_HMAC .. kconfig:: CONFIG_TINYCRYPT_SHA256_HMAC CONFIG_TINYCRYPT_SHA256_HMAC ############################ *HMAC (via SHA256) message auth support* Type: ``bool`` Help ==== .. code-block:: none This option enables support for HMAC using SHA-256 message authentication code. Direct dependencies =================== \ :kconfig:`TINYCRYPT_SHA256 ` && \ :kconfig:`TINYCRYPT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BT_HOST_CRYPTO ` Kconfig definition ================== At ``/Kconfig.tinycrypt:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:31`` Menu path: (Top) → Modules → TinyCrypt Support → SHA-256 Hash function support .. code-block:: kconfig config TINYCRYPT_SHA256_HMAC bool "HMAC (via SHA256) message auth support" depends on TINYCRYPT_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.)*