Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h1160 static inline void UsefulOutBuf_AppendByte(UsefulOutBuf *pUOutBuf,
2150 static inline void UsefulOutBuf_AppendByte(UsefulOutBuf *pMe, in UsefulOutBuf_AppendByte() function
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c6674 UsefulOutBuf_AppendByte(&UOB, (uint8_t)((uInt & 0xff00000000000000UL) >> 56)); in QCBOR_Private_ConvertIntToBigNum()