Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_encode.c84 pNesting->pCurrentNesting->uMajorType = CBOR_MAJOR_TYPE_ARRAY; in Nesting_Init()
89 const uint8_t uMajorType, in Nesting_Increase() argument
98 pNesting->pCurrentNesting->uMajorType = uMajorType; in Nesting_Increase()
144 if(pNesting->pCurrentNesting->uMajorType == CBOR_MAJOR_TYPE_MAP) { in Nesting_GetCount()
162 return pNesting->pCurrentNesting->uMajorType; in Nesting_GetMajorType()
269 uint8_t uMajorType, in QCBOREncode_EncodeHead() argument
431 if(uMajorType > QCBOR_INDEFINITE_LEN_TYPE_MODIFIER) { in QCBOREncode_EncodeHead()
433 uMajorType = uMajorType - QCBOR_INDEFINITE_LEN_TYPE_MODIFIER; in QCBOREncode_EncodeHead()
485 const int nInitialByte = (uMajorType << 5) + nAdditionalInfo; in QCBOREncode_EncodeHead()
541 const uint8_t uMajorType, in QCBOREncode_Private_AppendCBORHead() argument
[all …]
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h206 uint8_t uMajorType; /* Indicates if item is a map or an array */ member
H A Dqcbor_encode.h2325 uint8_t uMajorType,
2338 const uint8_t uMajorType,
2346 uint8_t uMajorType,
2363 uint8_t uMajorType);
2369 uint8_t uMajorType);
2375 uint8_t uMajorType);
2381 uint8_t uMajorType);