Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_internal_api.h546 void TEE_BigIntConvertFromS32(TEE_BigInt *dest, int32_t shortVal);
/optee_os/lib/libutee/
H A Dtee_api_arith_mpi.c206 void TEE_BigIntConvertFromS32(TEE_BigInt *dest, int32_t shortVal) in TEE_BigIntConvertFromS32() function