Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c2560 uint8_t uExpectedType = QCBOR_TYPE_TEXT_STRING; in QCBOR_Private_ProcessTaggedString() local
2562 uExpectedType = QCBOR_TYPE_BYTE_STRING; in QCBOR_Private_ProcessTaggedString()
2565 if(pDecodedItem->uDataType != uExpectedType) { in QCBOR_Private_ProcessTaggedString()