Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/
A Dtee_api_arith_mpi.c232 int32_t TEE_BigIntCmpS32(const TEE_BigInt *op, int32_t shortVal) in TEE_BigIntCmpS32() function
363 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()
/optee_os-3.20.0/lib/libutee/include/
A Dtee_internal_api.h377 int32_t TEE_BigIntCmpS32(const TEE_BigInt *op, int32_t shortVal);

Completed in 4 milliseconds