Searched refs:TagSpec (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/lib/qcbor/inc/qcbor/ |
| H A D | qcbor_spiffy_decode.h | 2128 QCBOR_Private_TagSpec TagSpec, 2136 QCBOR_Private_TagSpec TagSpec, 2143 QCBOR_Private_TagSpec TagSpec, 2504 const QCBOR_Private_TagSpec TagSpec = in QCBORDecode_GetByteString() local 2511 QCBORDecode_Private_GetTaggedString(pMe, TagSpec, pValue); in QCBORDecode_GetByteString() 2519 const QCBOR_Private_TagSpec TagSpec = in QCBORDecode_GetByteStringInMapN() local 2525 QCBORDecode_Private_GetTaggedStringInMapN(pMe, nLabel, TagSpec, pBstr); in QCBORDecode_GetByteStringInMapN() 2533 const QCBOR_Private_TagSpec TagSpec = in QCBORDecode_GetByteStringInMapSZ() local 2540 QCBORDecode_Private_GetTaggedStringInMapSZ(pMe, szLabel, TagSpec, pBstr); in QCBORDecode_GetByteStringInMapSZ() 2548 const QCBOR_Private_TagSpec TagSpec = in QCBORDecode_GetTextString() local [all …]
|
| /optee_os/core/lib/qcbor/src/ |
| H A D | qcbor_decode.c | 3811 QCBOR_Private_CheckTagRequirement(const QCBOR_Private_TagSpec TagSpec, in QCBOR_Private_CheckTagRequirement() argument 3815 const int nTagReq = TagSpec.uTagRequirement & ~QCBOR_TAG_REQUIREMENT_ALLOW_ADDITIONAL_TAGS; in QCBOR_Private_CheckTagRequirement() 3819 if(!(TagSpec.uTagRequirement & QCBOR_TAG_REQUIREMENT_ALLOW_ADDITIONAL_TAGS) && in QCBOR_Private_CheckTagRequirement() 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() 3877 const QCBOR_Private_TagSpec TagSpec, in QCBORDecode_GetTaggedItemInMapN() argument 3885 pMe->uLastError = (uint8_t)QCBOR_Private_CheckTagRequirement(TagSpec, pItem); in QCBORDecode_GetTaggedItemInMapN() 3904 const QCBOR_Private_TagSpec TagSpec, in QCBORDecode_GetTaggedItemInMapSZ() argument [all …]
|