Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dencode_asn1.py199 oid = _txt2obj(backend, policy_info.policy_identifier.dotted_string)
210 pqi.pqualid = _txt2obj(
219 pqi.pqualid = _txt2obj(
258 def _txt2obj(backend, name): function
270 obj = _txt2obj(backend, name)
363 method = _txt2obj(
493 obj = _txt2obj(backend, oid.dotted_string)
/external/python/cpython2/Lib/
Dssl.py107 from _ssl import txt2obj as _txt2obj, nid2obj as _nid2obj unknown
322 return super(_ASN1Object, cls).__new__(cls, *_txt2obj(oid, name=False))
334 return super(_ASN1Object, cls).__new__(cls, *_txt2obj(name, name=True))
/external/python/cpython3/Lib/
Dssl.py106 from _ssl import txt2obj as _txt2obj, nid2obj as _nid2obj unknown
457 return super().__new__(cls, *_txt2obj(oid, name=False))
469 return super().__new__(cls, *_txt2obj(name, name=True))