Home
last modified time | relevance | path

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

/third_party/mbedtls/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);
/third_party/libwebsockets/include/libwebsockets/
Dlws-genec.h51 LDHS_THEIRS = MBEDTLS_ECDH_THEIRS
/third_party/mbedtls/include/mbedtls/
Decdh.h73 MBEDTLS_ECDH_THEIRS, /**< The key of the peer. */ enumerator
/third_party/mbedtls/library/
Decdh.c428 if (side == MBEDTLS_ECDH_THEIRS) { in ecdh_get_params_internal()
453 if (side != MBEDTLS_ECDH_OURS && side != MBEDTLS_ECDH_THEIRS) { in mbedtls_ecdh_get_params()
Dpsa_crypto_ecp.c531 mbedtls_ecdh_get_params(&ecdh, their_key, MBEDTLS_ECDH_THEIRS)); in mbedtls_psa_key_agreement_ecdh()
Dssl_tls12_client.c2052 MBEDTLS_ECDH_THEIRS)) != 0) { in ssl_get_ecdh_params_from_cert()