Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c3815 const int nTagReq = TagSpec.uTagRequirement & ~QCBOR_TAG_REQUIREMENT_ALLOW_ADDITIONAL_TAGS; in QCBOR_Private_CheckTagRequirement() local
3827 if(nTagReq == QCBOR_TAG_REQUIREMENT_TAG) { in QCBOR_Private_CheckTagRequirement()
3837 if(nTagReq == QCBOR_TAG_REQUIREMENT_NOT_A_TAG) { in QCBOR_Private_CheckTagRequirement()
3852 if(nTagReq == QCBOR_TAG_REQUIREMENT_TAG) { in QCBOR_Private_CheckTagRequirement()