Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_common.h575 #define QCBOR_MAX_ITEMS_IN_ARRAY (UINT16_MAX-1) /* -1 is because the macro
/optee_os/core/lib/qcbor/src/
H A Dqcbor_encode.c115 if(1 >= QCBOR_MAX_ITEMS_IN_ARRAY - pNesting->pCurrentNesting->uCount) { in Nesting_Increment()
H A Dqcbor_decode.c480 uCount > QCBOR_MAX_ITEMS_IN_ARRAY) { in DecodeNesting_DescendMapOrArray()
1084 if(uItemCount > QCBOR_MAX_ITEMS_IN_ARRAY/2) { in QCBOR_Private_DecodeArrayOrMap()
1095 if(uItemCount > QCBOR_MAX_ITEMS_IN_ARRAY) { in QCBOR_Private_DecodeArrayOrMap()