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.

Default

  • y

Symbols that select this symbol

Kconfig definitions

At <nrfxlib>/nrf_security/Kconfig:964

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:14<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:987

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:14<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.)