Home
last modified time | relevance | path

Searched refs:PY_SSL_VERSION_SSL2 (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
D_ssl.c243 PY_SSL_VERSION_SSL2, enumerator
2201 else if (proto_version == PY_SSL_VERSION_SSL2) in context_new()
2241 if (proto_version != PY_SSL_VERSION_SSL2) in context_new()
4336 PY_SSL_VERSION_SSL2); in init_ssl()
/external/python/cpython3/Modules/
D_ssl.c320 PY_SSL_VERSION_SSL2, enumerator
2975 else if (proto_version == PY_SSL_VERSION_SSL2) in _ssl__SSLContext_impl()
3032 if (proto_version != PY_SSL_VERSION_SSL2) in _ssl__SSLContext_impl()
3054 if (proto_version != PY_SSL_VERSION_SSL2) { in _ssl__SSLContext_impl()
5914 PY_SSL_VERSION_SSL2); in PyInit__ssl()