Home
last modified time | relevance | path

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

/external/python/pyasn1-modules/tests/
Dtest_rfc3114.py172 assert rfc5755.id_at_clearance in rfc5280.certificateAttributesMap.keys()
211 if attr['type'] == rfc5755.id_at_clearance:
Dtest_rfc5755.py136 if attr['type'] == rfc5755.id_at_clearance:
172 if attr['type'] == rfc5755.id_at_clearance:
/external/python/pyasn1-modules/pyasn1_modules/
Drfc5755.py326 id_at_clearance = univ.ObjectIdentifier((2, 5, 4, 55, )) variable
393 id_at_clearance: Clearance(),
Drfc3281.py160 id_at_clearance = _buildOid(2, 5, 1, 5, 55) variable