Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h374 uint16_t uLastTags[QCBOR_MAX_TAGS_PER_ITEM1]; member
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c2760 memcpy(pMe->uLastTags, pItem->uTags, sizeof(pItem->uTags)); in QCBORDecode_Private_CopyTags()
2945 return QCBORDecode_Private_UnMapTagNumber(pMe, pMe->uLastTags[uIndex]); in QCBORDecode_GetNthTagOfLast()