Lines Matching refs:mbedtls_ecp_copy
621 int mbedtls_ecp_copy(mbedtls_ecp_point *P, const mbedtls_ecp_point *Q) in mbedtls_ecp_copy() function
1621 return mbedtls_ecp_copy(R, Q); in ecp_add_mixed()
1625 return mbedtls_ecp_copy(R, P); in ecp_add_mixed()
1901 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(&T[0], P)); in ecp_precompute_comb()
1917 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(cur, T + (i >> 1))); in ecp_precompute_comb()
2227 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, RR)); in ecp_mul_comb_after_precomp()
2570 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(&RP, P)); in ecp_mul_mxz()
2784 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, P)); in mbedtls_ecp_mul_shortcuts()
2787 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, P)); in mbedtls_ecp_mul_shortcuts()
2883 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, pR)); in mbedtls_ecp_muladd_restartable()
3220 return mbedtls_ecp_copy(&key->Q, Q); in mbedtls_ecp_set_public_key()
3459 if (Q != NULL && (ret = mbedtls_ecp_copy(Q, &key->Q)) != 0) { in mbedtls_ecp_export()