Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c875 QCBOR_Private_DecodeInteger(const int nMajorType, in QCBOR_Private_DecodeInteger() argument
887 if(nMajorType == CBOR_MAJOR_TYPE_POSITIVE_INT) { in QCBOR_Private_DecodeInteger()
942 const int nMajorType, in QCBOR_Private_DecodeString() argument
957 pDecodedItem->uDataType = (uint8_t)(nMajorType + 4); in QCBOR_Private_DecodeString()
1045 const int nMajorType, in QCBOR_Private_DecodeArrayOrMap() argument
1060 pDecodedItem->uDataType = (uint8_t)nMajorType; in QCBOR_Private_DecodeArrayOrMap()
1062 if(uMode == QCBOR_DECODE_MODE_MAP_AS_ARRAY && nMajorType == QCBOR_TYPE_MAP) { in QCBOR_Private_DecodeArrayOrMap()
1081 if(uMode == QCBOR_DECODE_MODE_MAP_AS_ARRAY && nMajorType == QCBOR_TYPE_MAP) { in QCBOR_Private_DecodeArrayOrMap()
1327 int nMajorType = 0; in QCBOR_Private_DecodeAtomicDataItem() local
1336 uReturn = QCBOR_Private_DecodeHead(&(pMe->InBuf), &nMajorType, &uArgument, &nAdditionalInfo); in QCBOR_Private_DecodeAtomicDataItem()
[all …]