Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
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()
Decp.c2904 int mbedtls_ecp_muladd(mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in mbedtls_ecp_muladd() function
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Decp.h1062 int mbedtls_ecp_muladd(mbedtls_ecp_group *grp, mbedtls_ecp_point *R,
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dall.sh2947 not grep mbedtls_ecp_muladd library/ecp.o
2950 grep mbedtls_ecp_muladd library/ecp.o
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecp.function535 TEST_EQUAL(0, mbedtls_ecp_muladd(&grp, &R, &u1, &P1, &u2, &P2));
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md1277 * Elliptic curve arithmetic (`mbedtls_ecp_mul`, `mbedtls_ecp_muladd` and their restartable variants…
/openthread-latest/third_party/mbedtls/repo/
DChangeLog4235 * Improved performance of mbedtls_ecp_muladd() when one of the scalars is 1
4464 mbedtls_ecp_muladd().