Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecdh.function57 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 Dtest_suite_ecdh.function57 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 Dpsa_crypto_ecp.c560 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 Decdh.c445 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params() function
H A Dssl_tls12_client.c2056 if ((ret = mbedtls_ecdh_get_params(&ssl->handshake->ecdh_ctx, peer_key, in ssl_get_ecdh_params_from_cert()
H A Dssl_tls12_server.c2746 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 Dpsa_crypto_ecp.c525 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 Decdh.c436 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params() function
H A Dssl_tls12_client.c2059 if ((ret = mbedtls_ecdh_get_params(&ssl->handshake->ecdh_ctx, peer_key, in ssl_get_ecdh_params_from_cert()
H A Dssl_tls12_server.c2721 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 Dlws-genec.c118 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 Decdh.h330 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decdh.h343 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md1078 <!-- TODO: static FFDH/ECDH (including `mbedtls_ecdh_get_params`)
/aosp_15_r20/external/mbedtls/
H A DChangeLog2607 * 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 DChangeLog2867 * 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