Searched refs:mpi_dest_q (Results 1 – 1 of 1) sorted by relevance
461 mbedtls_mpi mpi_dest_q; in TEE_BigIntDiv() local468 get_mpi(&mpi_dest_q, dest_q); in TEE_BigIntDiv()472 pop1 = &mpi_dest_q; in TEE_BigIntDiv()479 pop2 = &mpi_dest_q; in TEE_BigIntDiv()487 MPI_CHECK(mbedtls_mpi_div_mpi(&mpi_dest_q, &mpi_dest_r, pop1, pop2)); in TEE_BigIntDiv()490 MPI_CHECK(copy_mpi_to_bigint(&mpi_dest_q, dest_q)); in TEE_BigIntDiv()493 mbedtls_mpi_free(&mpi_dest_q); in TEE_BigIntDiv()
Completed in 3 milliseconds