Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c3814 const int nItemType = pItem->uDataType; /* -Wmaybe-uninitialized falsly warns here */ in QCBOR_Private_CheckTagRequirement() local
3829 return QCBOR_Private_CheckTypeList(nItemType, TagSpec.uTaggedTypes); in QCBOR_Private_CheckTagRequirement()
3832 QCBORError uReturn = QCBOR_Private_CheckTypeList(nItemType, TagSpec.uAllowedContentTypes); in QCBOR_Private_CheckTagRequirement()
3849 return QCBOR_Private_CheckTypeList(nItemType, TagSpec.uTaggedTypes); in QCBOR_Private_CheckTagRequirement()
3856 return QCBOR_Private_CheckTypeList(nItemType, TagSpec.uAllowedContentTypes); in QCBOR_Private_CheckTagRequirement()