-
CONFIG_CC3XX_MBEDTLS_DHM_C
¶
cc3xx
Type: bool
Help¶
Enable the DHM module from nrf cc3xx.
MBEDTLS_DHM_C setting in mbed TLS config file.
Direct dependencies¶
(MBEDTLS_DHM_C
&& NRF_SECURITY_ANY_BACKEND
&& NORDIC_SECURITY_BACKEND
) || (CC3XX_BACKEND
&& NRF_SECURITY_MULTI_BACKEND
&& MBEDTLS_DHM_C
&& NRF_SECURITY_ANY_BACKEND
&& NORDIC_SECURITY_BACKEND
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Symbols that select this symbol¶
Kconfig definitions¶
At <nrfxlib>/nrf_security/Kconfig:963
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:62
→ <nrfxlib>/Kconfig.nrfxlib:13
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend → DHM - Diffie-Hellman-Merkel
config CC3XX_MBEDTLS_DHM_C
bool
depends on MBEDTLS_DHM_C && NRF_SECURITY_ANY_BACKEND && NORDIC_SECURITY_BACKEND
At <nrfxlib>/nrf_security/Kconfig:986
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:62
→ <nrfxlib>/Kconfig.nrfxlib:13
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend → DHM - Diffie-Hellman-Merkel
config CC3XX_MBEDTLS_DHM_C
bool "cc3xx"
default y
depends on CC3XX_BACKEND && NRF_SECURITY_MULTI_BACKEND && MBEDTLS_DHM_C && NRF_SECURITY_ANY_BACKEND && NORDIC_SECURITY_BACKEND
help
Enable the DHM module from nrf cc3xx.
MBEDTLS_DHM_C setting in mbed TLS config file.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)