:orphan: .. title:: CC310_MBEDTLS_ECJPAKE_C .. option:: CONFIG_CC310_MBEDTLS_ECJPAKE_C *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`MBEDTLS_ECP_C ` && \ :option:`NORDIC_SECURITY_BACKEND ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`MBEDTLS_ECJPAKE_C ` Kconfig definition ================== .. highlight:: kconfig At ``nrf_security/Kconfig:613`` 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 → ECC - Eliptic Curve Cryptography .. parsed-literal:: config CC310_MBEDTLS_ECJPAKE_C bool depends on \ :option:`MBEDTLS_ECP_C ` && \ :option:`NORDIC_SECURITY_BACKEND ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*