Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c244 PY_SSL_VERSION_SSL3=1, enumerator
2197 else if (proto_version == PY_SSL_VERSION_SSL3) in context_new()
2243 if (proto_version != PY_SSL_VERSION_SSL3) in context_new()
4340 PY_SSL_VERSION_SSL3); in init_ssl()
/external/python/cpython3/Modules/
D_ssl.c321 PY_SSL_VERSION_SSL3=1, enumerator
2971 else if (proto_version == PY_SSL_VERSION_SSL3) in _ssl__SSLContext_impl()
3034 if (proto_version != PY_SSL_VERSION_SSL3) in _ssl__SSLContext_impl()
5918 PY_SSL_VERSION_SSL3); in PyInit__ssl()