:orphan: .. title:: CONFIG_VANILLA_MBEDTLS_SHA1_C .. kconfig:: CONFIG_VANILLA_MBEDTLS_SHA1_C CONFIG_VANILLA_MBEDTLS_SHA1_C ############################# *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`MBEDTLS_SHA1_C ` && \ :kconfig:`NRF_SECURITY_ANY_BACKEND ` && \ :kconfig:`NORDIC_SECURITY_BACKEND ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`MBEDTLS_SHA1_C ` - \ :kconfig:`CHOICE_VANILLA_MBEDTLS_SHA1_C ` Kconfig definition ================== At ``/nrf_security/Kconfig:1362`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:86`` → ``/Kconfig.nrfxlib:13`` Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend → SHA - Secure Hash Algorithm → SHA-1 hash functionality .. code-block:: kconfig config VANILLA_MBEDTLS_SHA1_C bool depends on MBEDTLS_SHA1_C && NRF_SECURITY_ANY_BACKEND && NORDIC_SECURITY_BACKEND *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*