Searched refs:TEE_BigIntCmpS32 (Results 1 – 2 of 2) sorted by relevance
232 int32_t TEE_BigIntCmpS32(const TEE_BigInt *op, int32_t shortVal) in TEE_BigIntCmpS32() function363 if (TEE_BigIntCmpS32(n, 2) < 0) in bigint_binary_mod()503 if (TEE_BigIntCmpS32(n, 2) < 0) in TEE_BigIntMod()541 if (TEE_BigIntCmpS32(n, 2) < 0 || TEE_BigIntCmpS32(op, 0) == 0) in TEE_BigIntInvMod()
377 int32_t TEE_BigIntCmpS32(const TEE_BigInt *op, int32_t shortVal);
Completed in 4 milliseconds