Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/
A Dtee_api_arith_mpi.c249 mbedtls_mpi mpi_op; in TEE_BigIntShiftRight() local
258 get_mpi(&mpi_op, op); in TEE_BigIntShiftRight()
280 mbedtls_mpi_free(&mpi_op); in TEE_BigIntShiftRight()
537 mbedtls_mpi mpi_op; in TEE_BigIntInvMod() local
539 mbedtls_mpi *pop = &mpi_op; in TEE_BigIntInvMod()
550 get_mpi(&mpi_op, op); in TEE_BigIntInvMod()
557 if (pop == &mpi_op) in TEE_BigIntInvMod()
558 mbedtls_mpi_free(&mpi_op); in TEE_BigIntInvMod()
766 mbedtls_mpi mpi_op; in TEE_BigIntIsProbablePrime() local
768 get_mpi(&mpi_op, op); in TEE_BigIntIsProbablePrime()
[all …]

Completed in 4 milliseconds