/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ecp.function | 350 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 D | test_suite_ecdh.function | 30 TEST_ASSERT(mbedtls_ecp_mul(&ecp->grp, &ecp->Q, &ecp->d,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ecjpake.c | 680 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 D | ecp.c | 2712 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 D | psa_crypto_ecp.c | 264 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 D | pk_ecc.c | 140 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 D | ecjpake.c | 680 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 D | psa_crypto_ecp.c | 210 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 D | ecp.c | 2722 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 D | pkparse.c | 570 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 D | test_suite_ecp.function | 350 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 D | test_suite_ecdh.function | 30 TEST_ASSERT(mbedtls_ecp_mul(&ecp->grp, &ecp->Q, &ecp->d,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecp.h | 966 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 D | ecp.h | 967 int mbedtls_ecp_mul(mbedtls_ecp_group *grp, mbedtls_ecp_point *R,
|
/aosp_15_r20/external/mbedtls/tests/scripts/ |
H A D | all.sh | 2742 not grep mbedtls_ecp_mul library/ecp.o
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/ |
H A D | all.sh | 3042 not grep mbedtls_ecp_mul library/ecp.o
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 1277 * Elliptic curve arithmetic (`mbedtls_ecp_mul`, `mbedtls_ecp_muladd` and their restartable variants…
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 2089 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 D | ChangeLog | 2349 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
|