Home
last modified time | relevance | path

Searched refs:mbedtls_ecp_muladd (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decjpake.c293 MBEDTLS_MPI_CHK(mbedtls_ecp_muladd((mbedtls_ecp_group *) grp, in ecjpake_zkp_read()
554 MBEDTLS_MPI_CHK(mbedtls_ecp_muladd(grp, R, &one, A, &one, B)); in ecjpake_ecp_add3()
555 MBEDTLS_MPI_CHK(mbedtls_ecp_muladd(grp, R, &one, R, &one, C)); in ecjpake_ecp_add3()
746 MBEDTLS_MPI_CHK(mbedtls_ecp_muladd(&ctx->grp, K, in mbedtls_ecjpake_derive_k()
H A Decp.c2904 int mbedtls_ecp_muladd(mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in mbedtls_ecp_muladd() function
/aosp_15_r20/external/mbedtls/library/
H A Decjpake.c293 MBEDTLS_MPI_CHK(mbedtls_ecp_muladd((mbedtls_ecp_group *) grp, in ecjpake_zkp_read()
554 MBEDTLS_MPI_CHK(mbedtls_ecp_muladd(grp, R, &one, A, &one, B)); in ecjpake_ecp_add3()
555 MBEDTLS_MPI_CHK(mbedtls_ecp_muladd(grp, R, &one, R, &one, C)); in ecjpake_ecp_add3()
746 MBEDTLS_MPI_CHK(mbedtls_ecp_muladd(&ctx->grp, K, in mbedtls_ecjpake_derive_k()
H A Decp.c2914 int mbedtls_ecp_muladd(mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in mbedtls_ecp_muladd() function
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decp.h1061 int mbedtls_ecp_muladd(mbedtls_ecp_group *grp, mbedtls_ecp_point *R,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decp.h1062 int mbedtls_ecp_muladd(mbedtls_ecp_group *grp, mbedtls_ecp_point *R,
/aosp_15_r20/external/mbedtls/tests/scripts/
H A Dall.sh2643 not grep mbedtls_ecp_muladd library/ecp.o
2646 grep mbedtls_ecp_muladd library/ecp.o
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecp.function535 TEST_EQUAL(0, mbedtls_ecp_muladd(&grp, &R, &u1, &P1, &u2, &P2));
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/
H A Dall.sh2947 not grep mbedtls_ecp_muladd library/ecp.o
2950 grep mbedtls_ecp_muladd library/ecp.o
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecp.function535 TEST_EQUAL(0, mbedtls_ecp_muladd(&grp, &R, &u1, &P1, &u2, &P2));
/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 DChangeLog3975 * Improved performance of mbedtls_ecp_muladd() when one of the scalars is 1
4204 mbedtls_ecp_muladd().
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog4235 * Improved performance of mbedtls_ecp_muladd() when one of the scalars is 1
4464 mbedtls_ecp_muladd().