Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
A Dtee_api_arith_mpi.c462 mbedtls_mpi mpi_dest_r; in TEE_BigIntDiv() local
469 get_mpi(&mpi_dest_r, dest_r); in TEE_BigIntDiv()
474 pop1 = &mpi_dest_r; in TEE_BigIntDiv()
481 pop2 = &mpi_dest_r; in TEE_BigIntDiv()
487 MPI_CHECK(mbedtls_mpi_div_mpi(&mpi_dest_q, &mpi_dest_r, pop1, pop2)); in TEE_BigIntDiv()
492 MPI_CHECK(copy_mpi_to_bigint(&mpi_dest_r, dest_r)); in TEE_BigIntDiv()
494 mbedtls_mpi_free(&mpi_dest_r); in TEE_BigIntDiv()

Completed in 4 milliseconds