Searched refs:MBEDTLS_ECDH_THEIRS (Results 1 – 5 of 5) sorted by relevance
/mbedtls/tests/suites/ |
A D | test_suite_ecdh.function | 397 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS) == 0); 400 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS) == 0); 451 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS) == 455 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS) == 0);
|
/mbedtls/include/mbedtls/ |
A D | ecdh.h | 61 MBEDTLS_ECDH_THEIRS, /**< The key of the peer. */ enumerator
|
/mbedtls/library/ |
A D | ecdh.c | 425 if (side == MBEDTLS_ECDH_THEIRS) { in ecdh_get_params_internal() 450 if (side != MBEDTLS_ECDH_OURS && side != MBEDTLS_ECDH_THEIRS) { in mbedtls_ecdh_get_params()
|
A D | psa_crypto_ecp.c | 560 mbedtls_ecdh_get_params(&ecdh, their_key, MBEDTLS_ECDH_THEIRS)); in mbedtls_psa_key_agreement_ecdh()
|
A D | ssl_tls12_client.c | 2057 MBEDTLS_ECDH_THEIRS)) != 0) { in ssl_get_ecdh_params_from_cert()
|
Completed in 17 milliseconds