Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c1461 const uint8_t uStringType = pDecodedItem->uDataType; in QCBORDecode_Private_GetNextFullString() local
1462 if(uStringType != QCBOR_TYPE_BYTE_STRING && in QCBORDecode_Private_GetNextFullString()
1463 uStringType != QCBOR_TYPE_TEXT_STRING) { in QCBORDecode_Private_GetNextFullString()
1506 if(StringChunkItem.uDataType != uStringType || in QCBORDecode_Private_GetNextFullString()