-
CONFIG_SB_CRYPTO_NO_SHA256
¶
Disable SHA256 support
Type: bool
Direct dependencies¶
<choice SB_CRYPTO_HASH: Hashing Implementation>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <nRF>/subsys/bootloader/bl_crypto/Kconfig:112
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:8
→ <nRF>/subsys/bootloader/Kconfig:229
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bootloader → Secure Boot Crypto → Hashing Implementation
config SB_CRYPTO_NO_SHA256
bool "Disable SHA256 support"
select SB_SHA256
depends on <choice SB_CRYPTO_HASH: Hashing Implementation>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)