Home
last modified time | relevance | path

Searched refs:uLevelType (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h285 uint8_t uLevelType; member
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c259 if(pNesting->pCurrent->uLevelType == QCBOR_TYPE_BYTE_STRING) { in DecodeNesting_IsCurrentDefiniteLength()
279 if(pNesting->pCurrent->uLevelType == QCBOR_TYPE_BYTE_STRING) { in DecodeNesting_IsCurrentBstrWrapped()
290 if(pNesting->pCurrent->uLevelType == QCBOR_TYPE_BYTE_STRING) { in DecodeNesting_IsCurrentBounded()
331 if(pNesting->pCurrent->uLevelType == QCBOR_TYPE_BYTE_STRING) { in DecodeNesting_IsAtEndOfBoundedLevel()
365 if(pNesting->pCurrent->uLevelType == CBOR_MAJOR_TYPE_MAP) { in DecodeNesting_IsCurrentTypeMap()
380 uint8_t uItemDataType = pNesting->pCurrentBounded->uLevelType; in DecodeNesting_IsBoundedType()
429 pNesting->pCurrent->uLevelType = uType; in DecodeNesting_Descend()
571 pNesting->pLevels[0].uLevelType = QCBOR_TYPE_BYTE_STRING; in DecodeNesting_Init()