Searched refs:MBEDTLS_ECDH_OURS (Results 1 – 5 of 5) sorted by relevance
/mbedtls/tests/suites/ |
A D | test_suite_ecdh.function | 395 &ecdh, &our_key, MBEDTLS_ECDH_OURS) == 0); 402 &ecdh, &our_key, MBEDTLS_ECDH_OURS) == 0); 449 &ecdh, &our_key, MBEDTLS_ECDH_OURS) == 0); 457 &ecdh, &our_key, MBEDTLS_ECDH_OURS) ==
|
/mbedtls/library/ |
A D | ecdh.c | 430 if (side != MBEDTLS_ECDH_OURS) { in ecdh_get_params_internal() 450 if (side != MBEDTLS_ECDH_OURS && side != MBEDTLS_ECDH_THEIRS) { in mbedtls_ecdh_get_params() 476 mbedtls_everest_ecdh_side s = side == MBEDTLS_ECDH_OURS ? in mbedtls_ecdh_get_params()
|
A D | psa_crypto_ecp.c | 565 mbedtls_ecdh_get_params(&ecdh, ecp, MBEDTLS_ECDH_OURS)); in mbedtls_psa_key_agreement_ecdh()
|
A D | ssl_tls12_server.c | 2748 MBEDTLS_ECDH_OURS)) != 0) { in ssl_get_ecdh_params_from_cert()
|
/mbedtls/include/mbedtls/ |
A D | ecdh.h | 60 MBEDTLS_ECDH_OURS, /**< Our key. */ enumerator
|
Completed in 13 milliseconds