Searched refs:mbedtls_ecp_muladd (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | ecjpake.c | 293 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()
|
D | ecp.c | 2904 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/ |
D | ecp.h | 1062 int mbedtls_ecp_muladd(mbedtls_ecp_group *grp, mbedtls_ecp_point *R,
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | all.sh | 2947 not grep mbedtls_ecp_muladd library/ecp.o 2950 grep mbedtls_ecp_muladd library/ecp.o
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ecp.function | 535 TEST_EQUAL(0, mbedtls_ecp_muladd(&grp, &R, &u1, &P1, &u2, &P2));
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 1277 * Elliptic curve arithmetic (`mbedtls_ecp_mul`, `mbedtls_ecp_muladd` and their restartable variants…
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 4235 * Improved performance of mbedtls_ecp_muladd() when one of the scalars is 1 4464 mbedtls_ecp_muladd().
|