Home
last modified time | relevance | path

Searched refs:mbedtls_ecdh_get_params (Results 1 – 9 of 9) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecdh.function140 mbedtls_ecdh_get_params( NULL, &kp,
143 mbedtls_ecdh_get_params( &ctx, NULL,
146 mbedtls_ecdh_get_params( &ctx, &kp,
536 TEST_ASSERT( mbedtls_ecdh_get_params(
538 TEST_ASSERT( mbedtls_ecdh_get_params(
543 TEST_ASSERT( mbedtls_ecdh_get_params(
545 TEST_ASSERT( mbedtls_ecdh_get_params(
591 TEST_ASSERT( mbedtls_ecdh_get_params(
593 TEST_ASSERT( mbedtls_ecdh_get_params(
599 TEST_ASSERT( mbedtls_ecdh_get_params(
[all …]
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Decdh.h334 int mbedtls_ecdh_get_params( mbedtls_ecdh_context *ctx,
Dcompat-1.3.h1886 #define ecdh_get_params mbedtls_ecdh_get_params
/openthread-2.7.6/third_party/mbedtls/repo/library/
Decdh.c469 int mbedtls_ecdh_get_params( mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params() function
Dpsa_crypto.c6132 mbedtls_ecdh_get_params( &ecdh, their_key, MBEDTLS_ECDH_THEIRS ) ); in psa_key_agreement_ecdh()
6136 mbedtls_ecdh_get_params( &ecdh, our_key, MBEDTLS_ECDH_OURS ) ); in psa_key_agreement_ecdh()
Dssl_cli.c3019 if( ( ret = mbedtls_ecdh_get_params( &ssl->handshake->ecdh_ctx, peer_key, in ssl_get_ecdh_params_from_cert()
Dssl_srv.c3222 if( ( ret = mbedtls_ecdh_get_params( &ssl->handshake->ecdh_ctx, in ssl_get_ecdh_params_from_cert()
/openthread-2.7.6/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1469 ecdh_get_params mbedtls_ecdh_get_params
/openthread-2.7.6/third_party/mbedtls/repo/
DChangeLog840 * Make mbedtls_ecdh_get_params return an error if the second key
844 an error or a meaningless output from mbedtls_ecdh_get_params. In the