Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_decode.h1657 #if QCBOR_MAP_OFFSET_CACHE_INVALID < QCBOR_MAX_DECODE_INPUT_SIZE
1658 #error QCBOR_MAP_OFFSET_CACHE_INVALID is too large
H A Dqcbor_private.h364 #define QCBOR_MAP_OFFSET_CACHE_INVALID UINT32_MAX macro
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c4192 pMe->uMapEndOffsetCache = QCBOR_MAP_OFFSET_CACHE_INVALID; in QCBORDecode_Private_EnterBoundedMapOrArray()
4263 pMe->uMapEndOffsetCache = QCBOR_MAP_OFFSET_CACHE_INVALID; in QCBORDecode_Private_ExitBoundedLevel()
4301 if(pMe->uMapEndOffsetCache == QCBOR_MAP_OFFSET_CACHE_INVALID) { in QCBORDecode_Private_ExitBoundedMapOrArray()