Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtee_api_arith_mpi.c279 mbedtls_mpi mpi_op; in TEE_BigIntShiftRight() local
288 get_mpi(&mpi_op, op); in TEE_BigIntShiftRight()
290 if (mbedtls_mpi_size(&mpi_dest) >= mbedtls_mpi_size(&mpi_op)) { in TEE_BigIntShiftRight()
291 MPI_CHECK(mbedtls_mpi_copy(&mpi_dest, &mpi_op)); in TEE_BigIntShiftRight()
303 MPI_CHECK(mbedtls_mpi_copy(&mpi_t, &mpi_op)); in TEE_BigIntShiftRight()
310 mbedtls_mpi_free(&mpi_op); in TEE_BigIntShiftRight()
620 mbedtls_mpi mpi_op; in TEE_BigIntInvMod() local
622 mbedtls_mpi *pop = &mpi_op; in TEE_BigIntInvMod()
633 get_mpi(&mpi_op, op); in TEE_BigIntInvMod()
640 if (pop == &mpi_op) in TEE_BigIntInvMod()
[all …]