Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtee_api_arith_mpi.c518 size_t s = TEE_BigIntSizeInU32(bs1) + TEE_BigIntSizeInU32(bs2); in TEE_BigIntMul()
519 TEE_BigInt zero[TEE_BigIntSizeInU32(1)] = { 0 }; in TEE_BigIntMul()
527 TEE_BigIntInit(zero, TEE_BigIntSizeInU32(1)); in TEE_BigIntMul()
947 return TEE_BigIntSizeInU32(modulusSizeInBits); in TEE_BigIntFMMSizeInU32()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h695 #define TEE_BigIntSizeInU32(n) ((((n)+31)/32)+2) macro