Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtee_api_arith_mpi.c541 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r, in TEE_BigIntDiv() argument
551 get_mpi(&mpi_dest_q, dest_q); in TEE_BigIntDiv()
554 if (op1 == dest_q) in TEE_BigIntDiv()
561 if (op2 == dest_q) in TEE_BigIntDiv()
572 if (dest_q) in TEE_BigIntDiv()
573 MPI_CHECK(copy_mpi_to_bigint(&mpi_dest_q, dest_q)); in TEE_BigIntDiv()
/optee_os/lib/libutee/include/
H A Dtee_internal_api.h584 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r,