Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c665 UsefulInputBuf_Init(&(pMe->InBuf), EncodedCBOR); in QCBORDecode_Init()
979 const UsefulBufC Bytes = UsefulInputBuf_GetUsefulBuf(&(pMe->InBuf), (size_t)uStrLen); in QCBOR_Private_DecodeString()
1336 uReturn = QCBOR_Private_DecodeHead(&(pMe->InBuf), &nMajorType, &uArgument, &nAdditionalInfo); in QCBOR_Private_DecodeAtomicDataItem()
1856 if(UsefulInputBuf_BytesUnconsumed(&(pMe->InBuf)) != 0) { in QCBOR_Private_NextIsBreak()
1858 size_t uPeek = UsefulInputBuf_Tell(&(pMe->InBuf)); in QCBOR_Private_NextIsBreak()
1865 UsefulInputBuf_Seek(&(pMe->InBuf), uPeek); in QCBOR_Private_NextIsBreak()
2043 if(UsefulInputBuf_BytesUnconsumed(&(pMe->InBuf)) == 0) { in QCBORDecode_Private_GetNextMapOrArray()
2729 const UsefulInputBuf Save = pMe->InBuf; in QCBORDecode_PeekNext()
2734 pMe->InBuf = Save; in QCBORDecode_PeekNext()
2861 *puConsumed = pMe->InBuf.cursor; in QCBORDecode_PartialFinish()
[all …]
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h345 UsefulInputBuf InBuf; member
H A Dqcbor_decode.h1609 return (uint32_t)UsefulInputBuf_Tell(&(pMe->InBuf)); in QCBORDecode_Tell()