Home
last modified time | relevance | path

Searched refs:mbedtls_ecp_mul (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecp.function350 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &dA, &grp.G,
355 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &dB, &R,
361 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &dB, &grp.G,
366 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &dA, &R,
404 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &dA, &grp.G,
409 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &dB, &R,
414 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &dB, &grp.G,
419 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &dA, &R,
464 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &n, &P,
497 TEST_ASSERT(mbedtls_ecp_mul(&grp, &Q, &d, &grp.G,
H A Dtest_suite_ecdh.function30 TEST_ASSERT(mbedtls_ecp_mul(&ecp->grp, &ecp->Q, &ecp->d,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decjpake.c680 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(&ctx->grp, &Xm, &xm, &G, f_rng, p_rng)); in mbedtls_ecjpake_write_round_two()
749 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(&ctx->grp, K, &ctx->xm2, K, in mbedtls_ecjpake_derive_k()
1010 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(&ctx->grp, &ctx->Xm1, &ctx->xm1, in ecjpake_test_load()
1012 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(&ctx->grp, &ctx->Xm2, &ctx->xm2, in ecjpake_test_load()
H A Decp.c2712 int mbedtls_ecp_mul(mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in mbedtls_ecp_mul() function
3169 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(grp, Q, d, G, f_rng, p_rng)); in mbedtls_ecp_gen_keypair_base()
3408 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(&grp, &Q, &prv->d, &prv->grp.G, f_rng, p_rng)); in mbedtls_ecp_check_pub_priv()
3428 return mbedtls_ecp_mul(&key->grp, &key->Q, &key->d, &key->grp.G, in mbedtls_ecp_keypair_calc_public()
3540 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(grp, R, m, P, self_test_rng, NULL)); in self_test_point()
3552 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(grp, R, m, P, self_test_rng, NULL)); in self_test_point()
3632 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(&grp, &P, &m, &grp.G, self_test_rng, NULL)); in mbedtls_ecp_self_test()
H A Dpsa_crypto_ecp.c264 mbedtls_ecp_mul(&ecp->grp, &ecp->Q, &ecp->d, &ecp->grp.G, in mbedtls_psa_ecp_export_key()
442 ret = mbedtls_ecp_mul(&ecp->grp, &ecp->Q, in mbedtls_psa_ecp_load_public_part()
H A Dpk_ecc.c140 return mbedtls_ecp_mul(&eck->grp, &eck->Q, &eck->d, &eck->grp.G, f_rng, p_rng); in mbedtls_pk_ecc_set_pubkey_from_prv()
/aosp_15_r20/external/mbedtls/library/
H A Decjpake.c680 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(&ctx->grp, &Xm, &xm, &G, f_rng, p_rng)); in mbedtls_ecjpake_write_round_two()
749 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(&ctx->grp, K, &ctx->xm2, K, in mbedtls_ecjpake_derive_k()
1010 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(&ctx->grp, &ctx->Xm1, &ctx->xm1, in ecjpake_test_load()
1012 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(&ctx->grp, &ctx->Xm2, &ctx->xm2, in ecjpake_test_load()
H A Dpsa_crypto_ecp.c210 mbedtls_ecp_mul(&ecp->grp, &ecp->Q, &ecp->d, &ecp->grp.G, in mbedtls_psa_ecp_export_key()
407 ret = mbedtls_ecp_mul(&ecp->grp, &ecp->Q, in mbedtls_psa_ecp_load_public_part()
H A Decp.c2722 int mbedtls_ecp_mul(mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in mbedtls_ecp_mul() function
3179 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(grp, Q, d, G, f_rng, p_rng)); in mbedtls_ecp_gen_keypair_base()
3350 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(&grp, &Q, &prv->d, &prv->grp.G, f_rng, p_rng)); in mbedtls_ecp_check_pub_priv()
3468 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(grp, R, m, P, self_test_rng, NULL)); in self_test_point()
3480 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(grp, R, m, P, self_test_rng, NULL)); in self_test_point()
3560 MBEDTLS_MPI_CHK(mbedtls_ecp_mul(&grp, &P, &m, &grp.G, self_test_rng, NULL)); in mbedtls_ecp_self_test()
H A Dpkparse.c570 ret = mbedtls_ecp_mul(&eck->grp, &eck->Q, &eck->d, &eck->grp.G, f_rng, p_rng); in pk_derive_public_key()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecp.function350 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &dA, &grp.G,
355 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &dB, &R,
361 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &dB, &grp.G,
366 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &dA, &R,
404 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &dA, &grp.G,
409 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &dB, &R,
414 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &dB, &grp.G,
419 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &dA, &R,
464 TEST_ASSERT(mbedtls_ecp_mul(&grp, &R, &n, &P,
497 TEST_ASSERT(mbedtls_ecp_mul(&grp, &Q, &d, &grp.G,
H A Dtest_suite_ecdh.function30 TEST_ASSERT(mbedtls_ecp_mul(&ecp->grp, &ecp->Q, &ecp->d,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decp.h966 int mbedtls_ecp_mul(mbedtls_ecp_group *grp, mbedtls_ecp_point *R,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decp.h967 int mbedtls_ecp_mul(mbedtls_ecp_group *grp, mbedtls_ecp_point *R,
/aosp_15_r20/external/mbedtls/tests/scripts/
H A Dall.sh2742 not grep mbedtls_ecp_mul library/ecp.o
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/
H A Dall.sh3042 not grep mbedtls_ecp_mul library/ecp.o
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md1277 * Elliptic curve arithmetic (`mbedtls_ecp_mul`, `mbedtls_ecp_muladd` and their restartable variants…
/aosp_15_r20/external/mbedtls/
H A DChangeLog2089 mbedtls_ecp_mul() / mbedtls_ecp_mul_restartable() when called with a NULL
3153 * Add initial support for Curve448 (RFC 7748). Only mbedtls_ecp_mul() and
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog2349 mbedtls_ecp_mul() / mbedtls_ecp_mul_restartable() when called with a NULL
3413 * Add initial support for Curve448 (RFC 7748). Only mbedtls_ecp_mul() and