Home
last modified time | relevance | path

Searched refs:MBEDTLS_ECDH_THEIRS (Results 1 – 5 of 5) sorted by relevance

/mbedtls-3.6.0/tests/suites/
Dtest_suite_ecdh.function397 &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/
Decdh.h61 MBEDTLS_ECDH_THEIRS, /**< The key of the peer. */ enumerator
/mbedtls-3.6.0/library/
Decdh.c416 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()
Dpsa_crypto_ecp.c525 mbedtls_ecdh_get_params(&ecdh, their_key, MBEDTLS_ECDH_THEIRS)); in mbedtls_psa_key_agreement_ecdh()
Dssl_tls12_client.c2060 MBEDTLS_ECDH_THEIRS)) != 0) { in ssl_get_ecdh_params_from_cert()