Home
last modified time | relevance | path

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

/external/python/pyasn1-modules/tests/
Dtest_rfc8398.py35 assert asn1Object['otherName']['type-id'] in rfc5280.anotherNameMap.keys()
39 asn1Spec=rfc5280.anotherNameMap[asn1Object['otherName']['type-id']])
Dtest_rfc4985.py66 assert gn_on['type-id'] in rfc5280.anotherNameMap.keys()
67 spec = rfc5280.anotherNameMap[gn['otherName']['type-id']]
Dtest_rfc6120.py66 assert gn_on['type-id'] in rfc5280.anotherNameMap.keys()
67 spec = rfc5280.anotherNameMap[gn['otherName']['type-id']]
/external/python/pyasn1-modules/pyasn1_modules/
Drfc6120.py43 rfc5280.anotherNameMap.update(_anotherNameMapUpdate)
Drfc4043.py43 rfc5280.anotherNameMap.update(_anotherNameMapUpdate)
Drfc4985.py49 rfc5280.anotherNameMap.update(_anotherNameMapUpdate)
Drfc8398.py52 rfc5280.anotherNameMap.update(_anotherNameMapUpdate)
Drfc7585.py50 rfc5280.anotherNameMap.update(_anotherNameMapUpdate)
Drfc4108.py350 rfc5280.anotherNameMap.update(_anotherNameMapUpdate)
Drfc5280.py1083 anotherNameMap = { variable
1094 openType=opentype.OpenType('type-id', anotherNameMap)