Home
last modified time | relevance | path

Searched defs:_QCBORDecodeContext (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h343 struct _QCBORDecodeContext { struct
345 UsefulInputBuf InBuf;
347 QCBORDecodeNesting nesting;
352 QCBORInternalAllocator StringAllocator;
358 uint32_t uMemPoolSize;
359 uint32_t uMemPoolFreeOffset;
365 uint32_t uMapEndOffsetCache;
367 uint8_t uDecodeMode;
368 uint8_t bStringAllocateAll;
369 uint8_t uLastError; /* QCBORError stuffed into a uint8_t */
[all …]