Home
last modified time | relevance | path

Searched refs:mbedtls_ecp_copy (Results 1 – 6 of 6) sorted by relevance

/mbedtls-latest/library/
Decp.c617 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()
[all …]
Decdh.c426 return mbedtls_ecp_copy(&ctx->Qp, &key->Q); in ecdh_get_params_internal()
434 if ((ret = mbedtls_ecp_copy(&ctx->Q, &key->Q)) != 0 || in ecdh_get_params_internal()
Decdsa.c798 (ret = mbedtls_ecp_copy(&ctx->Q, &key->Q)) != 0) { in mbedtls_ecdsa_from_keypair()
/mbedtls-latest/include/mbedtls/
Decp.h680 int mbedtls_ecp_copy(mbedtls_ecp_point *P, const mbedtls_ecp_point *Q);
/mbedtls-latest/tests/suites/
Dtest_suite_ecp.function219 mbedtls_ecp_copy(&P, &R);
/mbedtls-latest/docs/
Dpsa-transition.md1275 …ecp_point` and functions operating on it (`mbedtls_ecp_point_xxx`, `mbedtls_ecp_copy`, `mbedtls_ec…