Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h372 uint64_t auMappedTags[QCBOR_NUM_MAPPED_TAGS]; member
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c674 memset(pMe->auMappedTags, 0xff, sizeof(pMe->auMappedTags)); in QCBORDecode_Init()
1571 if(pMe->auMappedTags[uTagMapIndex] == CBOR_TAG_INVALID64) { in QCBORDecode_Private_MapTagNumber()
1574 if(pMe->auMappedTags[uTagMapIndex] == uUnMappedTag) { in QCBORDecode_Private_MapTagNumber()
1583 pMe->auMappedTags[uTagMapIndex] = uUnMappedTag; in QCBORDecode_Private_MapTagNumber()
1618 return pMe->auMappedTags[uIndex]; in QCBORDecode_Private_UnMapTagNumber()