-
CONFIG_SB_CRYPTO_CC310_ECDSA_SECP256R1
¶
Hardware ECDSA secp256r1
Type: bool
Help¶
Hardware 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:48
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:8
→ <nRF>/subsys/bootloader/Kconfig:237
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bootloader → Secure Boot Crypto → Firmware verification Algorithm
config SB_CRYPTO_CC310_ECDSA_SECP256R1
bool "Hardware ECDSA secp256r1" if HAS_HW_NRF_CC310
select NRF_CC310_BL
select SB_ECDSA_SECP256R1
depends on <choice SB_CRYPTO_SIG>
help
Hardware implementation of ECDSA with NIST curve secp256r1.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)