-
CONFIG_VANILLA_MBEDTLS_DHM_C
¶
Original mbed TLS
Type: bool
Help¶
Enable the DHM module from mbed TLS vanilla.
MBEDTLS_DHM_C setting in mbed TLS config file.
Direct dependencies¶
(MBEDTLS_DHM_C
&& NRF_SECURITY_ANY_BACKEND
&& NORDIC_SECURITY_BACKEND
) || (MBEDTLS_VANILLA_BACKEND
&& NRF_SECURITY_MULTI_BACKEND
&& MBEDTLS_DHM_C
&& NRF_SECURITY_ANY_BACKEND
&& NORDIC_SECURITY_BACKEND
)
(Includes any dependencies from ifs and menus.)
Default¶
y if !
CC3XX_BACKEND
Symbols that select this symbol¶
Kconfig definitions¶
At <nrfxlib>/nrf_security/Kconfig:966
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 VANILLA_MBEDTLS_DHM_C
bool
depends on MBEDTLS_DHM_C && NRF_SECURITY_ANY_BACKEND && NORDIC_SECURITY_BACKEND
At <nrfxlib>/nrf_security/Kconfig:994
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 VANILLA_MBEDTLS_DHM_C
bool "Original mbed TLS"
default y if !CC3XX_BACKEND
depends on MBEDTLS_VANILLA_BACKEND && NRF_SECURITY_MULTI_BACKEND && MBEDTLS_DHM_C && NRF_SECURITY_ANY_BACKEND && NORDIC_SECURITY_BACKEND
help
Enable the DHM module from mbed TLS vanilla.
MBEDTLS_DHM_C setting in mbed TLS config file.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)