Searched refs:mbedtls_ecdh_get_params (Results 1 – 7 of 7) sorted by relevance
/mbedtls-3.6.0/tests/suites/ |
D | test_suite_ecdh.function | 57 mbedtls_ecdh_get_params(&ctx, &kp, 394 TEST_ASSERT(mbedtls_ecdh_get_params( 396 TEST_ASSERT(mbedtls_ecdh_get_params( 399 TEST_ASSERT(mbedtls_ecdh_get_params( 401 TEST_ASSERT(mbedtls_ecdh_get_params( 448 TEST_ASSERT(mbedtls_ecdh_get_params( 450 TEST_ASSERT(mbedtls_ecdh_get_params( 454 TEST_ASSERT(mbedtls_ecdh_get_params( 456 TEST_ASSERT(mbedtls_ecdh_get_params(
|
/mbedtls-3.6.0/include/mbedtls/ |
D | ecdh.h | 330 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx,
|
/mbedtls-3.6.0/library/ |
D | psa_crypto_ecp.c | 525 mbedtls_ecdh_get_params(&ecdh, their_key, MBEDTLS_ECDH_THEIRS)); in mbedtls_psa_key_agreement_ecdh() 530 mbedtls_ecdh_get_params(&ecdh, ecp, MBEDTLS_ECDH_OURS)); in mbedtls_psa_key_agreement_ecdh()
|
D | ecdh.c | 436 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params() function
|
D | ssl_tls12_client.c | 2059 if ((ret = mbedtls_ecdh_get_params(&ssl->handshake->ecdh_ctx, peer_key, in ssl_get_ecdh_params_from_cert()
|
D | ssl_tls12_server.c | 2721 if ((ret = mbedtls_ecdh_get_params(&ssl->handshake->ecdh_ctx, in ssl_get_ecdh_params_from_cert()
|
/mbedtls-3.6.0/ |
D | ChangeLog | 2607 * Make mbedtls_ecdh_get_params return an error if the second key 2611 an error or a meaningless output from mbedtls_ecdh_get_params. In the
|