Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtee_api_arith_mpi.c544 mbedtls_mpi mpi_dest_q; in TEE_BigIntDiv() local
551 get_mpi(&mpi_dest_q, dest_q); in TEE_BigIntDiv()
555 pop1 = &mpi_dest_q; in TEE_BigIntDiv()
562 pop2 = &mpi_dest_q; in TEE_BigIntDiv()
570 MPI_CHECK(mbedtls_mpi_div_mpi(&mpi_dest_q, &mpi_dest_r, pop1, pop2)); in TEE_BigIntDiv()
573 MPI_CHECK(copy_mpi_to_bigint(&mpi_dest_q, dest_q)); in TEE_BigIntDiv()
576 mbedtls_mpi_free(&mpi_dest_q); in TEE_BigIntDiv()