Home
last modified time | relevance | path

Searched refs:MBEDTLS_ECDH_C (Results 1 – 23 of 23) sorted by relevance

/mbedtls-latest/tests/suites/
Dtest_suite_config.mbedtls_boolean.data307 Config: MBEDTLS_ECDH_C
308 depends_on:MBEDTLS_ECDH_C
311 Config: !MBEDTLS_ECDH_C
312 depends_on:!MBEDTLS_ECDH_C
316 depends_on:MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED:MBEDTLS_ECDH_C
320 depends_on:!MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED:MBEDTLS_ECDH_C
Dtest_suite_ecdh.function42 * depends_on:MBEDTLS_ECDH_C
Dtest_suite_ecp.function915 #if defined(MBEDTLS_ECDH_C)
/mbedtls-latest/tests/scripts/
Dcomponents-configuration-tls.sh471 scripts/config.py unset MBEDTLS_ECDH_C
508 scripts/config.py unset MBEDTLS_ECDH_C
550 scripts/config.py unset MBEDTLS_ECDH_C
Dcomponents-configuration-crypto.sh528 scripts/config.py unset MBEDTLS_ECDH_C
876 scripts/config.py unset MBEDTLS_ECDH_C
1016 scripts/config.py unset MBEDTLS_ECDH_C
1110 scripts/config.py unset MBEDTLS_ECDH_C
1192 scripts/config.py unset MBEDTLS_ECDH_C
1286 scripts/config.py unset MBEDTLS_ECDH_C
1401 scripts/config.py unset MBEDTLS_ECDH_C
1891 scripts/config.py unset MBEDTLS_ECDH_C
/mbedtls-latest/configs/
Dconfig-suite-b.h41 #define MBEDTLS_ECDH_C macro
/mbedtls-latest/library/
Ddebug_internal.h142 defined(MBEDTLS_ECDH_C)
Dversion_features.c624 #if defined(MBEDTLS_ECDH_C)
Ddebug.c416 defined(MBEDTLS_ECDH_C)
Decdh.c17 #if defined(MBEDTLS_ECDH_C)
/mbedtls-latest/include/mbedtls/
Dconfig_adjust_ssl.h86 (defined(MBEDTLS_ECDH_C) || defined(MBEDTLS_ECDSA_C) || \
Dmbedtls_config.h2739 #define MBEDTLS_ECDH_C macro
Ddebug.h54 #if defined(MBEDTLS_ECDH_C)
Dconfig_adjust_psa_from_legacy.h50 #if defined(MBEDTLS_ECDH_C)
Dconfig_adjust_legacy_crypto.h327 (!defined(MBEDTLS_USE_PSA_CRYPTO) && defined(MBEDTLS_ECDH_C))
Dconfig_adjust_legacy_from_psa.h281 #define MBEDTLS_ECDH_C macro
Dcheck_config.h151 #if defined(MBEDTLS_ECDH_C) && !defined(MBEDTLS_ECP_C)
/mbedtls-latest/programs/pkey/
Decdh_curve25519.c12 #if !defined(MBEDTLS_ECDH_C) || \
/mbedtls-latest/3rdparty/everest/library/
Dx25519.c24 #if defined(MBEDTLS_ECDH_C) && defined(MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED)
/mbedtls-latest/programs/test/
Dquery_config.c1735 #if defined(MBEDTLS_ECDH_C) in query_config()
1738 MACRO_EXPANSION_TO_STR( MBEDTLS_ECDH_C ); in query_config()
4361 #if defined(MBEDTLS_ECDH_C) in list_config()
4362 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_ECDH_C); in list_config()
Dbenchmark.c1189 #if defined(MBEDTLS_ECDH_C) in main()
/mbedtls-latest/docs/
Ddriver-only-builds.md150 - enable `PSA_WANT_ALG_ECDH` without `MBEDTLS_ECDH_C`, provided
159 - none of `MBEDTLS_ECDH_C`, `MBEDTLS_ECDSA_C`, `MBEDTLS_ECJPAKE_C` are enabled
/mbedtls-latest/
DChangeLog535 MBEDTLS_ECDH_C in the build in order to save code size. For TLS 1.2