Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_api_compat.h53 #define TEE_BigIntConvertToOctetString __GP11_TEE_BigIntConvertToOctetString macro
H A Dtee_internal_api.h540 TEE_Result TEE_BigIntConvertToOctetString(uint8_t *buffer, size_t *bufferLen,
/optee_os/lib/libutee/
H A Dtee_api_arith_mpi.c172 TEE_Result TEE_BigIntConvertToOctetString(uint8_t *buffer, size_t *bufferLen, in TEE_BigIntConvertToOctetString() function
201 res = TEE_BigIntConvertToOctetString(buffer, &l, bigInt); in __GP11_TEE_BigIntConvertToOctetString()