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
1617 return mbedtls_ecp_copy(R, Q); in ecp_add_mixed()
1621 return mbedtls_ecp_copy(R, P); in ecp_add_mixed()
1897 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(&T[0], P)); in ecp_precompute_comb()
1913 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(cur, T + (i >> 1))); in ecp_precompute_comb()
2223 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, RR)); in ecp_mul_comb_after_precomp()
2566 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(&RP, P)); in ecp_mul_mxz()
2780 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, P)); in mbedtls_ecp_mul_shortcuts()
2783 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, P)); in mbedtls_ecp_mul_shortcuts()
2879 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, pR)); in mbedtls_ecp_muladd_restartable()
3216 return mbedtls_ecp_copy(&key->Q, Q); in mbedtls_ecp_set_public_key()
3455 if (Q != NULL && (ret = mbedtls_ecp_copy(Q, &key->Q)) != 0) { in mbedtls_ecp_export()