-
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:935
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:5
→ <nrfxlib>/Kconfig.nrfxlib:13
Menu path: (Top) → Modules → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend → DHM - Diffie-Hellman-Merkel
config VANILLA_MBEDTLS_DHM_C bool depends onMBEDTLS_DHM_C
&&NRF_SECURITY_ANY_BACKEND
&&NORDIC_SECURITY_BACKEND
At <nrfxlib>/nrf_security/Kconfig:963
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:5
→ <nrfxlib>/Kconfig.nrfxlib:13
Menu path: (Top) → Modules → 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 onMBEDTLS_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.)