Searched refs:mpi_t (Results 1 – 1 of 1) sorted by relevance
264 mbedtls_mpi mpi_t; in TEE_BigIntShiftRight() local266 get_mpi(&mpi_t, NULL); in TEE_BigIntShiftRight()273 MPI_CHECK(mbedtls_mpi_copy(&mpi_t, &mpi_op)); in TEE_BigIntShiftRight()277 mbedtls_mpi_free(&mpi_t); in TEE_BigIntShiftRight()361 mbedtls_mpi mpi_t; in bigint_binary_mod() local381 get_mpi(&mpi_t, NULL); in bigint_binary_mod()383 MPI_CHECK(func(&mpi_t, pop1, pop2)); in bigint_binary_mod()392 mbedtls_mpi_free(&mpi_t); in bigint_binary_mod()842 mbedtls_mpi mpi_t; in TEE_BigIntComputeFMM() local848 get_mpi(&mpi_t, NULL); in TEE_BigIntComputeFMM()[all …]
Completed in 4 milliseconds