Searched refs:MPI_CHECK (Results 1 – 1 of 1) sorted by relevance
| /optee_os/lib/libutee/ |
| H A D | tee_api_arith_mpi.c | 36 #define MPI_CHECK(x) do { \ macro 112 MPI_CHECK(mbedtls_mpi_grow(mpi, n)); in get_mpi() 183 MPI_CHECK(mbedtls_mpi_write_binary(&mpi, buffer, sz)); in TEE_BigIntConvertToOctetString() 212 MPI_CHECK(mbedtls_mpi_lset(&mpi, shortVal)); in TEE_BigIntConvertFromS32() 214 MPI_CHECK(copy_mpi_to_bigint(&mpi, dest)); in TEE_BigIntConvertFromS32() 284 MPI_CHECK(mbedtls_mpi_shift_r(&mpi_dest, bits)); in TEE_BigIntShiftRight() 291 MPI_CHECK(mbedtls_mpi_copy(&mpi_dest, &mpi_op)); in TEE_BigIntShiftRight() 292 MPI_CHECK(mbedtls_mpi_shift_r(&mpi_dest, bits)); in TEE_BigIntShiftRight() 303 MPI_CHECK(mbedtls_mpi_copy(&mpi_t, &mpi_op)); in TEE_BigIntShiftRight() 304 MPI_CHECK(mbedtls_mpi_shift_r(&mpi_t, bits)); in TEE_BigIntShiftRight() [all …]
|