Home
last modified time | relevance | path

Searched refs:TEE_BigIntShiftRight (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_api_compat.h58 #define TEE_BigIntShiftRight __GP11_TEE_BigIntShiftRight macro
H A Dtee_internal_api.h556 void TEE_BigIntShiftRight(TEE_BigInt *dest, const TEE_BigInt *op,
/optee_os/lib/libutee/
H A Dtee_api_arith_mpi.c276 void TEE_BigIntShiftRight(TEE_BigInt *dest, const TEE_BigInt *op, size_t bits) in TEE_BigIntShiftRight() function
320 TEE_BigIntShiftRight(dest, op, bits); in __GP11_TEE_BigIntShiftRight()