Searched refs:mbedtls_ecdh_get_params (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A 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(
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A 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(
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A 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()
|
H A D | ecdh.c | 445 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params() function
|
H A 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()
|
H A D | ssl_tls12_server.c | 2746 if ((ret = mbedtls_ecdh_get_params(&ssl->handshake->ecdh_ctx, in ssl_get_ecdh_params_from_cert()
|
/aosp_15_r20/external/mbedtls/library/ |
H A 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()
|
H A D | ecdh.c | 436 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params() function
|
H A 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()
|
H A D | ssl_tls12_server.c | 2721 if ((ret = mbedtls_ecdh_get_params(&ssl->handshake->ecdh_ctx, in ssl_get_ecdh_params_from_cert()
|
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/ |
H A D | lws-genec.c | 118 if (mbedtls_ecdh_get_params(ctx->u.ctx_ecdh, &kp, in lws_genec_keypair_import() 269 n = mbedtls_ecdh_get_params(ctx->u.ctx_ecdh, kp, in lws_genecdh_new_keypair()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecdh.h | 330 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecdh.h | 343 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 1078 <!-- TODO: static FFDH/ECDH (including `mbedtls_ecdh_get_params`)
|
/aosp_15_r20/external/mbedtls/ |
H A 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
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A 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
|