Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c249 PY_SSL_VERSION_TLS1_2 enumerator
2193 else if (proto_version == PY_SSL_VERSION_TLS1_2) in context_new()
4352 PY_SSL_VERSION_TLS1_2); in init_ssl()
/external/python/cpython3/Modules/
D_ssl.c326 PY_SSL_VERSION_TLS1_2, enumerator
2967 else if (proto_version == PY_SSL_VERSION_TLS1_2) in _ssl__SSLContext_impl()
5934 PY_SSL_VERSION_TLS1_2); in PyInit__ssl()