Home
last modified time | relevance | path

Searched refs:mbedtls_ecdh_compute_shared (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecdh.function87 TEST_ASSERT(mbedtls_ecdh_compute_shared(&grp, &zA, &qB, &dA,
90 TEST_ASSERT(mbedtls_ecdh_compute_shared(&grp, &zB, &qA, &dB,
178 TEST_ASSERT(mbedtls_ecdh_compute_shared(&grp, &zA, &qB, &dA,
182 TEST_ASSERT(mbedtls_ecdh_compute_shared(&grp, &zB, &qA, &dB,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecdh.function87 TEST_ASSERT(mbedtls_ecdh_compute_shared(&grp, &zA, &qB, &dA,
90 TEST_ASSERT(mbedtls_ecdh_compute_shared(&grp, &zB, &qA, &dB,
178 TEST_ASSERT(mbedtls_ecdh_compute_shared(&grp, &zA, &qB, &dA,
182 TEST_ASSERT(mbedtls_ecdh_compute_shared(&grp, &zB, &qA, &dB,
/aosp_15_r20/external/mbedtls/library/
H A Decdh.c124 int mbedtls_ecdh_compute_shared(mbedtls_ecp_group *grp, mbedtls_mpi *z, in mbedtls_ecdh_compute_shared() function
634 if ((ret = mbedtls_ecdh_compute_shared(&ctx->grp, &ctx->z, &ctx->Qp, in ecdh_calc_secret_internal()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decdh.c124 int mbedtls_ecdh_compute_shared(mbedtls_ecp_group *grp, mbedtls_mpi *z, in mbedtls_ecdh_compute_shared() function
643 if ((ret = mbedtls_ecdh_compute_shared(&ctx->grp, &ctx->z, &ctx->Qp, in ecdh_calc_secret_internal()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decdh.h213 int mbedtls_ecdh_compute_shared(mbedtls_ecp_group *grp, mbedtls_mpi *z,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decdh.h226 int mbedtls_ecdh_compute_shared(mbedtls_ecp_group *grp, mbedtls_mpi *z,
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c1172 CHECK_AND_CONTINUE(mbedtls_ecdh_compute_shared(&ecdh.grp, &z, &ecdh.Qp, in main()
1219 CHECK_AND_CONTINUE(mbedtls_ecdh_compute_shared(&ecdh.grp, &z, &ecdh.Qp, in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md1129 5. Call `mbedtls_ecdh_compute_shared` on `grp`, `z` (output), `their_pub` and `our_priv`. Use the r…
/aosp_15_r20/external/mbedtls/
H A DChangeLog3155 mbedtls_ecdh_compute_shared()) are supported for now. Contributed by
3401 mbedtls_ecdh_gen_public() and mbedtls_ecdh_compute_shared().
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog3415 mbedtls_ecdh_compute_shared()) are supported for now. Contributed by
3661 mbedtls_ecdh_gen_public() and mbedtls_ecdh_compute_shared().