Searched refs:shortVal (Results 1 – 2 of 2) sorted by relevance
206 void TEE_BigIntConvertFromS32(TEE_BigInt *dest, int32_t shortVal) in TEE_BigIntConvertFromS32() argument212 MPI_CHECK(mbedtls_mpi_lset(&mpi, shortVal)); in TEE_BigIntConvertFromS32()262 int32_t TEE_BigIntCmpS32(const TEE_BigInt *op, int32_t shortVal) in TEE_BigIntCmpS32() argument269 rc = mbedtls_mpi_cmp_int(&mpi, shortVal); in TEE_BigIntCmpS32()
546 void TEE_BigIntConvertFromS32(TEE_BigInt *dest, int32_t shortVal);554 int32_t TEE_BigIntCmpS32(const TEE_BigInt *op, int32_t shortVal);