Home
last modified time | relevance | path

Searched refs:QCBOR_MAX_ARRAY_NESTING (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h207 } pArrays[QCBOR_MAX_ARRAY_NESTING+1], /* stored state for nesting levels */
305 } pLevels[QCBOR_MAX_ARRAY_NESTING+1],
H A Dqcbor_common.h568 #define QCBOR_MAX_ARRAY_NESTING 15 macro
/optee_os/core/lib/qcbor/src/
H A Dqcbor_encode.c92 if(pNesting->pCurrentNesting == &pNesting->pArrays[QCBOR_MAX_ARRAY_NESTING]) { in Nesting_Increase()
H A Dqcbor_decode.c422 if(pNesting->pCurrent >= &(pNesting->pLevels[QCBOR_MAX_ARRAY_NESTING])) { in DecodeNesting_Descend()