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
110 self.__tagFormat & otherTag.tagFormat,
115 self.__tagFormat | otherTag.tagFormat,
130 def tagFormat(self): member in Tag
197 representation = '-'.join(['%s:%s:%s' % (x.tagClass, x.tagFormat, x.tagId)
283 if superTag.tagFormat != tagFormatConstructed:
305 superTag = Tag(superTag.tagClass, self.__superTags[-1].tagFormat, superTag.tagId)
/external/python/pyasn1/pyasn1/codec/ber/
Ddecoder.py112 if tagSet[0].tagFormat != tag.tagFormatSimple:
150 if tagSet[0].tagFormat == tag.tagFormatSimple: # XXX what tag to check?
243 if tagSet[0].tagFormat == tag.tagFormatSimple: # XXX what tag to check?
304 if tagSet[0].tagFormat != tag.tagFormatSimple:
324 if tagSet[0].tagFormat != tag.tagFormatSimple:
381 if tagSet[0].tagFormat != tag.tagFormatSimple:
540 if tagSet[0].tagFormat != tag.tagFormatConstructed:
729 if tagSet[0].tagFormat != tag.tagFormatConstructed:
1324 tagFormat = integerTag & 0x20
1349 tagClass=tagClass, tagFormat=tagFormat, tagId=tagId
[all …]
Dencoder.py34 tagClass, tagFormat, tagId = singleTag
35 encodedTag = tagClass | tagFormat
/external/python/rsa/rsa/
Dasn1.py36 implicitTag=tag.Tag(tagClass=0, tagFormat=0, tagId=3))),
/external/python/pyasn1/
DCHANGES.rst438 - Fix to decoder to fail in cases where tagFormat indicates inappropriate