Searched refs:MBEDTLS_ECDH_THEIRS (Results 1 – 5 of 5) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_ecdh.function | 394 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS ) == 0 ); 399 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS ) == 0 ); 449 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS ) == 455 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS ) == 0 );
|
/mbedtls-development/include/mbedtls/ |
A D | ecdh.h | 74 MBEDTLS_ECDH_THEIRS, /**< The key of the peer. */ enumerator
|
/mbedtls-development/library/ |
A D | ecdh.c | 454 if( side == MBEDTLS_ECDH_THEIRS ) in ecdh_get_params_internal() 479 side == MBEDTLS_ECDH_THEIRS ); in mbedtls_ecdh_get_params()
|
A D | ssl_cli.c | 2846 MBEDTLS_ECDH_THEIRS ) ) != 0 ) in ssl_get_ecdh_params_from_cert()
|
A D | psa_crypto.c | 5253 mbedtls_ecdh_get_params( &ecdh, their_key, MBEDTLS_ECDH_THEIRS ) ); in psa_key_agreement_ecdh()
|
Completed in 20 milliseconds