Searched refs:mpi_gcd_res (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_arith_mpi.c | 700 mbedtls_mpi mpi_gcd_res; in TEE_BigIntComputeExtendedGcd() local 705 get_mpi(&mpi_gcd_res, gcd); in TEE_BigIntComputeExtendedGcd() 714 MPI_CHECK(mbedtls_mpi_gcd(&mpi_gcd_res, &mpi_op1, pop2)); in TEE_BigIntComputeExtendedGcd() 730 MPI_CHECK(mbedtls_mpi_copy(&mpi_gcd_res, &mpi_op1)); in TEE_BigIntComputeExtendedGcd() 734 mpi_egcd(&mpi_gcd_res, &mpi_u, &mpi_v, &mpi_op1, pop2); in TEE_BigIntComputeExtendedGcd() 736 mpi_egcd(&mpi_gcd_res, &mpi_v, &mpi_u, pop2, &mpi_op1); in TEE_BigIntComputeExtendedGcd() 748 MPI_CHECK(copy_mpi_to_bigint(&mpi_gcd_res, gcd)); in TEE_BigIntComputeExtendedGcd() 749 mbedtls_mpi_free(&mpi_gcd_res); in TEE_BigIntComputeExtendedGcd()
|
Completed in 3 milliseconds