Searched refs:mbedtls_ecdh_get_params (Results 1 – 9 of 9) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ecdh.function | 140 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/ |
D | ecdh.h | 334 int mbedtls_ecdh_get_params( mbedtls_ecdh_context *ctx,
|
D | compat-1.3.h | 1886 #define ecdh_get_params mbedtls_ecdh_get_params
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | ecdh.c | 469 int mbedtls_ecdh_get_params( mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params() function
|
D | psa_crypto.c | 6132 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()
|
D | ssl_cli.c | 3019 if( ( ret = mbedtls_ecdh_get_params( &ssl->handshake->ecdh_ctx, peer_key, in ssl_get_ecdh_params_from_cert()
|
D | ssl_srv.c | 3222 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/ |
D | rename-1.3-2.0.txt | 1469 ecdh_get_params mbedtls_ecdh_get_params
|
/openthread-2.7.6/third_party/mbedtls/repo/ |
D | ChangeLog | 840 * 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
|