:orphan: .. title:: MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED .. option:: CONFIG_MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED *Enable the ECJPAKE based ciphersuite modes* Type: ``bool`` Direct dependencies =================== \ :option:`MBEDTLS_BUILTIN ` && \ :option:`MBEDTLS_CFG_FILE ` = "config-tls-generic.h" && \ :option:`MBEDTLS ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`MBEDTLS_KEY_EXCHANGE_ALL_ENABLED ` Kconfig definition ================== .. highlight:: kconfig At ``ext/lib/crypto/mbedtls/Kconfig.tls-generic:84`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:41`` → ``ext/Kconfig:13`` → ``ext/lib/crypto/Kconfig:10`` → ``ext/lib/crypto/mbedtls/Kconfig:56`` Menu path: (top menu) → External Sources → Cryptography → mbedTLS Support → TLS configuration → Ciphersuite configuration .. parsed-literal:: config MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED bool prompt "Enable the ECJPAKE based ciphersuite modes" if \ :option:`MBEDTLS_BUILTIN ` && \ :option:`MBEDTLS_CFG_FILE ` = "config-tls-generic.h" && \ :option:`MBEDTLS ` depends on \ :option:`MBEDTLS_BUILTIN ` && \ :option:`MBEDTLS_CFG_FILE ` = "config-tls-generic.h" && \ :option:`MBEDTLS ` *(Definitions include propagated dependencies, including from if's and menus.)*