Searched refs:mbedtls_ecdh_get_params (Results 1 – 8 of 8) sorted by relevance
/mbedtls-3.7.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.7.0/include/mbedtls/ |
D | ecdh.h | 343 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx,
|
/mbedtls-3.7.0/library/ |
D | psa_crypto_ecp.c | 560 mbedtls_ecdh_get_params(&ecdh, their_key, MBEDTLS_ECDH_THEIRS)); in mbedtls_psa_key_agreement_ecdh() 565 mbedtls_ecdh_get_params(&ecdh, ecp, MBEDTLS_ECDH_OURS)); in mbedtls_psa_key_agreement_ecdh()
|
D | ecdh.c | 445 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params() function
|
D | ssl_tls12_client.c | 2056 if ((ret = mbedtls_ecdh_get_params(&ssl->handshake->ecdh_ctx, peer_key, in ssl_get_ecdh_params_from_cert()
|
D | ssl_tls12_server.c | 2746 if ((ret = mbedtls_ecdh_get_params(&ssl->handshake->ecdh_ctx, in ssl_get_ecdh_params_from_cert()
|
/mbedtls-3.7.0/docs/ |
D | psa-transition.md | 1078 <!-- TODO: static FFDH/ECDH (including `mbedtls_ecdh_get_params`)
|
/mbedtls-3.7.0/ |
D | ChangeLog | 2867 * Make mbedtls_ecdh_get_params return an error if the second key 2871 an error or a meaningless output from mbedtls_ecdh_get_params. In the
|