-
CONFIG_MBEDTLS_SHA256_C
¶
SHA-256 hash functionality
Type: bool
Help¶
SHA-256 hash functionality.
Direct dependencies¶
(CC310_BACKEND
|| MBEDTLS_VANILLA_BACKEND
) && HASH_FUNCTIONS_CONFIGURATION
&& NORDIC_SECURITY_BACKEND
(Includes any dependencies from if’s and menus.)
Defaults¶
Kconfig definition¶
At ../nrfxlib/nrf_security/Kconfig:449
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:7
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrfxlib/Kconfig.nrfxlib:13
Menu path: (top menu) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend → SHA - Secure Hash Algorithm
config MBEDTLS_SHA256_C bool prompt "SHA-256 hash functionality" if (CC310_BACKEND
||MBEDTLS_VANILLA_BACKEND
) &&HASH_FUNCTIONS_CONFIGURATION
&&NORDIC_SECURITY_BACKEND
default "y" if (CC310_BACKEND
||MBEDTLS_VANILLA_BACKEND
) &&HASH_FUNCTIONS_CONFIGURATION
&&NORDIC_SECURITY_BACKEND
depends on (CC310_BACKEND
||MBEDTLS_VANILLA_BACKEND
) &&HASH_FUNCTIONS_CONFIGURATION
&&NORDIC_SECURITY_BACKEND
help SHA-256 hash functionality.
(Definitions include propagated dependencies, including from if’s and menus.)