CONFIG_SB_CRYPTO_OBERON_ECDSA_SECP256R1

Software ECDSA secp256r1

Type: bool

Help

Software implementation of ECDSA with NIST curve secp256r1.

Direct dependencies

<choice SB_CRYPTO_SIG: Firmware verification Algorithm>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At <nRF>/subsys/bootloader/bl_crypto/Kconfig:42

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:8<nRF>/subsys/bootloader/Kconfig:225

Menu path: (Top) → Modules → Nordic nRF Connect → Bootloader → Secure Boot Crypto → Firmware verification Algorithm

config SB_CRYPTO_OBERON_ECDSA_SECP256R1
    bool "Software ECDSA secp256r1"
    select SB_ECDSA_SECP256R1
    depends on <choice SB_CRYPTO_SIG: Firmware verification Algorithm>
    help
      Software implementation of ECDSA with NIST curve secp256r1.

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