CONFIG_MBEDTLS_ENTROPY_FORCE_SHA256

(No prompt – not directly user assignable.)

Type: bool

Help

Enforcing usage of SHA-256 for concatenating entropy from multiple sources
by default.

Direct dependencies

NRF_SECURITY

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nrfxlib>/nrf_security/Kconfig.legacy:191

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:92<nrfxlib>/Kconfig.nrfxlib:13<nrfxlib>/nrf_security/Kconfig:111

Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → nrf_security module

config MBEDTLS_ENTROPY_FORCE_SHA256
    bool
    default y
    depends on NRF_SECURITY
    help
      Enforcing usage of SHA-256 for concatenating entropy from multiple sources
      by default.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)