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:932

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 CC3XX_MBEDTLS_DHM_C
    bool
    depends on MBEDTLS_DHM_C && NRF_SECURITY_ANY_BACKEND && NORDIC_SECURITY_BACKEND

At <nrfxlib>/nrf_security/Kconfig:955

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 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.)