-
CONFIG_NORDIC_SECURITY_BACKEND
¶
Use Nordic provided security backend
Type: bool
Help¶
nRF Connect SDK Security provides crypto functionality through different backends. Some HW platforms supports the used of HW accelerated crypto features.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
ENTROPY_GENERATOR if SOC_NRF52810 || SOC_NRF52832
Kconfig definition¶
At nrf_security/Kconfig:3
Included via /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrfxlib/Kconfig.nrfxlib:14
Menu path: (Top) → Nordic nrfxlib → Nordic Security
config NORDIC_SECURITY_BACKEND
bool "Use Nordic provided security backend"
select NRFXLIB_CRYPTO
select ENTROPY_GENERATOR if SOC_NRF52810 || SOC_NRF52832
depends on SOC_FAMILY_NRF
help
nRF Connect SDK Security provides crypto functionality through
different backends.
Some HW platforms supports the used of HW accelerated crypto
features.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)