Lines Matching refs:mbedtls_ecp_copy
617 int mbedtls_ecp_copy(mbedtls_ecp_point *P, const mbedtls_ecp_point *Q) in mbedtls_ecp_copy() function
1627 return mbedtls_ecp_copy(R, Q); in ecp_add_mixed()
1631 return mbedtls_ecp_copy(R, P); in ecp_add_mixed()
1907 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(&T[0], P)); in ecp_precompute_comb()
1923 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(cur, T + (i >> 1))); in ecp_precompute_comb()
2233 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, RR)); in ecp_mul_comb_after_precomp()
2576 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(&RP, P)); in ecp_mul_mxz()
2790 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, P)); in mbedtls_ecp_mul_shortcuts()
2793 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, P)); in mbedtls_ecp_mul_shortcuts()
2889 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, pR)); in mbedtls_ecp_muladd_restartable()
3383 if ((ret = mbedtls_ecp_copy(Q, &key->Q)) != 0) { in mbedtls_ecp_export()