Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c247 PY_SSL_VERSION_TLS1, enumerator
251 PY_SSL_VERSION_TLS1
2188 if (proto_version == PY_SSL_VERSION_TLS1) in context_new()
4347 PY_SSL_VERSION_TLS1); in init_ssl()
/external/python/cpython3/Modules/
D_ssl.c324 PY_SSL_VERSION_TLS1, enumerator
328 PY_SSL_VERSION_TLS1,
2962 if (proto_version == PY_SSL_VERSION_TLS1) in _ssl__SSLContext_impl()
5929 PY_SSL_VERSION_TLS1); in PyInit__ssl()