Home
last modified time | relevance | path

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

/external/python/pyasn1/pyasn1/type/
Dtag.py57 def __init__(self, tagClass, tagFormat, tagId): argument
61 self.__tagFormat = tagFormat
108 self.__tagFormat & otherTag.tagFormat,
113 self.__tagFormat | otherTag.tagFormat,
128 def tagFormat(self): member in Tag
195 representation = '-'.join(['%s:%s:%s' % (x.tagClass, x.tagFormat, x.tagId)
281 if superTag.tagFormat != tagFormatConstructed:
303 superTag = Tag(superTag.tagClass, self.__superTags[-1].tagFormat, superTag.tagId)
/external/python/pyasn1/pyasn1/codec/ber/
Ddecoder.py106 if tagSet[0].tagFormat != tag.tagFormatSimple:
143 if tagSet[0].tagFormat == tag.tagFormatSimple: # XXX what tag to check?
231 if tagSet[0].tagFormat == tag.tagFormatSimple: # XXX what tag to check?
287 if tagSet[0].tagFormat != tag.tagFormatSimple:
307 if tagSet[0].tagFormat != tag.tagFormatSimple:
364 if tagSet[0].tagFormat != tag.tagFormatSimple:
485 if tagSet[0].tagFormat != tag.tagFormatConstructed:
618 if tagSet[0].tagFormat != tag.tagFormatConstructed:
1107 tagFormat = integerTag & 0x20
1127 tagClass=tagClass, tagFormat=tagFormat, tagId=tagId
[all …]
Dencoder.py30 tagClass, tagFormat, tagId = singleTag
31 encodedTag = tagClass | tagFormat
/external/python/rsa/rsa/
Dasn1.py38 implicitTag=tag.Tag(tagClass=0, tagFormat=0, tagId=3))),
/external/python/pyasn1/
DCHANGES.rst357 - Fix to decoder to fail in cases where tagFormat indicates inappropriate