Lines Matching refs:mbedtls_mpi_copy
291 MPI_CHECK(mbedtls_mpi_copy(&mpi_dest, &mpi_op)); in TEE_BigIntShiftRight()
303 MPI_CHECK(mbedtls_mpi_copy(&mpi_t, &mpi_op)); in TEE_BigIntShiftRight()
305 MPI_CHECK(mbedtls_mpi_copy(&mpi_dest, &mpi_t)); in TEE_BigIntShiftRight()
502 MPI_CHECK(mbedtls_mpi_copy(&mpi_dest, &mpi_src)); in TEE_BigIntNeg()
753 MPI_CHECK(mbedtls_mpi_copy(gcd, x_in)); in mpi_egcd()
757 MPI_CHECK(mbedtls_mpi_copy(&x, x_in)); in mpi_egcd()
758 MPI_CHECK(mbedtls_mpi_copy(&y, y_in)); in mpi_egcd()
767 MPI_CHECK(mbedtls_mpi_copy(&u, &x)); in mpi_egcd()
768 MPI_CHECK(mbedtls_mpi_copy(gcd, &y)); in mpi_egcd()
807 MPI_CHECK(mbedtls_mpi_copy(a, &C)); in mpi_egcd()
808 MPI_CHECK(mbedtls_mpi_copy(b, &D)); in mpi_egcd()
855 MPI_CHECK(mbedtls_mpi_copy(&mpi_gcd_res, &mpi_op1)); in TEE_BigIntComputeExtendedGcd()
983 MPI_CHECK(mbedtls_mpi_copy(&mpi_dst, &mpi_src)); in TEE_BigIntConvertFromFMM()