Home
last modified time | relevance | path

Searched refs:mbedtls_ecdh_gen_public (Results 1 – 5 of 5) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_ecdh.function81 TEST_ASSERT(mbedtls_ecdh_gen_public(&grp, &dA, &qA,
84 TEST_ASSERT(mbedtls_ecdh_gen_public(&grp, &dB, &qB,
159 TEST_ASSERT(mbedtls_ecdh_gen_public(&grp, &dA, &qA,
168 TEST_ASSERT(mbedtls_ecdh_gen_public(&grp, &dB, &qB,
/third_party/mbedtls/library/
Decdh.c93 int mbedtls_ecdh_gen_public(mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q, in mbedtls_ecdh_gen_public() function
310 if ((ret = mbedtls_ecdh_gen_public(&ctx->grp, &ctx->d, &ctx->Q, in ecdh_make_params_internal()
527 if ((ret = mbedtls_ecdh_gen_public(&ctx->grp, &ctx->d, &ctx->Q, in ecdh_make_public_internal()
/third_party/mbedtls/include/mbedtls/
Decdh.h190 int mbedtls_ecdh_gen_public(mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q,
/third_party/mbedtls/programs/test/
Dbenchmark.c1152 CHECK_AND_CONTINUE(mbedtls_ecdh_gen_public(&ecdh.grp, &ecdh.d, &ecdh.Qp, myrand, NULL)); in main()
1157 CHECK_AND_CONTINUE(mbedtls_ecdh_gen_public(&ecdh.grp, &ecdh.d, &ecdh.Q, in main()
1199 CHECK_AND_CONTINUE(mbedtls_ecdh_gen_public(&ecdh.grp, &ecdh.d, &ecdh.Qp, in main()
1201 CHECK_AND_CONTINUE(mbedtls_ecdh_gen_public(&ecdh.grp, &ecdh.d, &ecdh.Q, myrand, NULL)); in main()
/third_party/mbedtls/
DChangeLog2841 ECDH primitive functions (mbedtls_ecdh_gen_public(),
3088 mbedtls_ecdh_gen_public() and mbedtls_ecdh_compute_shared().