:orphan: .. title:: CONFIG_SB_CRYPTO_OBERON_SHA256 .. kconfig:: CONFIG_SB_CRYPTO_OBERON_SHA256 CONFIG_SB_CRYPTO_OBERON_SHA256 ############################## *Software SHA256* Type: ``bool`` Help ==== .. code-block:: none Software implementation of SHA256. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`SB_SHA256 ` Kconfig definition ================== At ``/subsys/bootloader/bl_crypto/Kconfig:92`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:8`` → ``/subsys/bootloader/Kconfig:234`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bootloader → Secure Boot Crypto → Hashing Implementation .. code-block:: kconfig config SB_CRYPTO_OBERON_SHA256 bool "Software SHA256" select SB_SHA256 depends on help Software implementation of SHA256. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*