Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h288 #define QCBOR_COUNT_INDICATES_INDEFINITE_LENGTH UINT16_MAX macro
H A Dqcbor_decode.h556 #define QCBOR_COUNT_INDICATES_INDEFINITE_LENGTH UINT16_MAX macro
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c136 if(Item.val.uCount != QCBOR_COUNT_INDICATES_INDEFINITE_LENGTH) { in QCBORItem_IsIndefiniteLengthMapOrArray()
265 if(pNesting->pCurrent->u.ma.uCountTotal == QCBOR_COUNT_INDICATES_INDEFINITE_LENGTH) { in DecodeNesting_IsCurrentDefiniteLength()
479 if(uCount != QCBOR_COUNT_INDICATES_INDEFINITE_LENGTH && in DecodeNesting_DescendMapOrArray()
1074 pDecodedItem->val.uCount = QCBOR_COUNT_INDICATES_INDEFINITE_LENGTH; in QCBOR_Private_DecodeArrayOrMap()