Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c248 PY_SSL_VERSION_TLS1_1, enumerator
2191 else if (proto_version == PY_SSL_VERSION_TLS1_1) in context_new()
4350 PY_SSL_VERSION_TLS1_1); in init_ssl()
/external/python/cpython3/Modules/
D_ssl.c325 PY_SSL_VERSION_TLS1_1, enumerator
2965 else if (proto_version == PY_SSL_VERSION_TLS1_1) in _ssl__SSLContext_impl()
5932 PY_SSL_VERSION_TLS1_1); in PyInit__ssl()