Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h1578 static inline uint8_t UsefulInputBuf_GetByte(UsefulInputBuf *pUInBuf);
2322 static inline uint8_t UsefulInputBuf_GetByte(UsefulInputBuf *pMe) in UsefulInputBuf_GetByte() function
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c806 const int nInitialByte = (int)UsefulInputBuf_GetByte(pUInBuf); in QCBOR_Private_DecodeHead()
823 uArgument = (uArgument << 8) + UsefulInputBuf_GetByte(pUInBuf); in QCBOR_Private_DecodeHead()