Searched refs:mbedtls_ecp_copy (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ecp.c | 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() [all …]
|
| H A D | ecdh.c | 426 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()
|
| H A D | ecdsa.c | 798 (ret = mbedtls_ecp_copy(&ctx->Q, &key->Q)) != 0) { in mbedtls_ecdsa_from_keypair()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | ecp.h | 682 int mbedtls_ecp_copy(mbedtls_ecp_point *P, const mbedtls_ecp_point *Q);
|