Searched refs:mbedtls_ecdh_compute_shared (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ecdh.function | 87 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 D | test_suite_ecdh.function | 87 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 D | ecdh.c | 124 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 D | ecdh.c | 124 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 D | ecdh.h | 213 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 D | ecdh.h | 226 int mbedtls_ecdh_compute_shared(mbedtls_ecp_group *grp, mbedtls_mpi *z,
|
/aosp_15_r20/external/mbedtls/programs/test/ |
H A D | benchmark.c | 1172 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 D | psa-transition.md | 1129 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 D | ChangeLog | 3155 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 D | ChangeLog | 3415 mbedtls_ecdh_compute_shared()) are supported for now. Contributed by 3661 mbedtls_ecdh_gen_public() and mbedtls_ecdh_compute_shared().
|