Searched refs:_txt2obj (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ |
D | ssl.py | 107 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/ |
D | ssl.py | 106 from _ssl import txt2obj as _txt2obj, nid2obj as _nid2obj unknown 357 return super().__new__(cls, *_txt2obj(oid, name=False)) 369 return super().__new__(cls, *_txt2obj(name, name=True))
|