Searched refs:MBEDTLS_ECDH_THEIRS (Results 1 – 5 of 5) sorted by relevance
/mbedtls-3.6.0/tests/suites/ |
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-3.6.0/include/mbedtls/ |
D | ecdh.h | 61 MBEDTLS_ECDH_THEIRS, /**< The key of the peer. */ enumerator
|
/mbedtls-3.6.0/library/ |
D | ecdh.c | 416 if (side == MBEDTLS_ECDH_THEIRS) { in ecdh_get_params_internal() 441 if (side != MBEDTLS_ECDH_OURS && side != MBEDTLS_ECDH_THEIRS) { in mbedtls_ecdh_get_params()
|
D | psa_crypto_ecp.c | 525 mbedtls_ecdh_get_params(&ecdh, their_key, MBEDTLS_ECDH_THEIRS)); in mbedtls_psa_key_agreement_ecdh()
|
D | ssl_tls12_client.c | 2060 MBEDTLS_ECDH_THEIRS)) != 0) { in ssl_get_ecdh_params_from_cert()
|