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 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()
|
H A D | ecp.c | 2904 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 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()
|
H A D | ecp.c | 2914 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 D | ecp.h | 1061 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 D | ecp.h | 1062 int mbedtls_ecp_muladd(mbedtls_ecp_group *grp, mbedtls_ecp_point *R,
|
/aosp_15_r20/external/mbedtls/tests/scripts/ |
H A D | all.sh | 2643 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 D | test_suite_ecp.function | 535 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 D | all.sh | 2947 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 D | test_suite_ecp.function | 535 TEST_EQUAL(0, mbedtls_ecp_muladd(&grp, &R, &u1, &P1, &u2, &P2));
|
/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 | 3975 * 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 D | ChangeLog | 4235 * Improved performance of mbedtls_ecp_muladd() when one of the scalars is 1 4464 mbedtls_ecp_muladd().
|