-
CONFIG_CC310_MBEDTLS_DHM_C
¶
cc310
Type: bool
Help¶
Enable the DHM module from nrf cc310. MBEDTLS_DHM_C setting in mbed TLS config file.
Direct dependencies¶
NRF_CRYPTO_BACKEND_COMBINATION_0
&& NORDIC_SECURITY_BACKEND
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At nrf_security/Kconfig:515
Included via /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrfxlib/Kconfig.nrfxlib:14
Menu path: (Top) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend → DHM - Diffie-Hellman-Merkel
config CC310_MBEDTLS_DHM_C bool "cc310" ifCC310_BACKEND
default y depends onNRF_CRYPTO_BACKEND_COMBINATION_0
&&NORDIC_SECURITY_BACKEND
help Enable the DHM module from nrf cc310. MBEDTLS_DHM_C setting in mbed TLS config file.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)