Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c152 if(Item1.uLabelType == QCBOR_TYPE_INT64) { in QCBORItem_MatchLabel()
153 if(Item2.uLabelType == QCBOR_TYPE_INT64 && Item1.label.int64 == Item2.label.int64) { in QCBORItem_MatchLabel()
890 pDecodedItem->uDataType = QCBOR_TYPE_INT64; in QCBOR_Private_DecodeInteger()
905 pDecodedItem->uDataType = QCBOR_TYPE_INT64; in QCBOR_Private_DecodeInteger()
1815 case QCBOR_TYPE_INT64: in QCBORDecode_Private_GetNextMapEntry()
2191 case QCBOR_TYPE_INT64: in QCBOR_Private_DecodeDateEpoch()
2294 case QCBOR_TYPE_INT64: in QCBOR_Private_DecodeDaysEpoch()
2391 if(exponentItem.uDataType == QCBOR_TYPE_INT64) { in QCBORDecode_Private_ExpMantissa()
2419 if(mantissaItem.uDataType == QCBOR_TYPE_INT64) { in QCBORDecode_Private_ExpMantissa()
2603 if(pDecodedItem->uDataType != QCBOR_TYPE_INT64) { in QCBOR_Private_ExpMantissaDataType()
[all …]
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_decode.h225 #define QCBOR_TYPE_INT64 2 macro
H A Dqcbor_spiffy_decode.h2280 OneItemSeach[0].uLabelType = QCBOR_TYPE_INT64; in QCBORDecode_GetArrayFromMapN()
2327 OneItemSeach[0].uLabelType = QCBOR_TYPE_INT64; in QCBORDecode_GetMapFromMapN()