Home
last modified time | relevance | path

Searched defs:set_ciphers (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssl_.py158 def set_ciphers(self, cipher_suite): member in SSLContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssl_.py158 def set_ciphers(self, cipher_suite): member in SSLContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssl_.py158 def set_ciphers(self, cipher_suite): member in SSLContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssl_.py158 def set_ciphers(self, cipher_suite): member in SSLContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dpyopenssl.py456 def set_ciphers(self, ciphers): member in PyOpenSSLContext
Dsecuretransport.py856 def set_ciphers(self, ciphers): member in SecureTransportContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dpyopenssl.py456 def set_ciphers(self, ciphers): member in PyOpenSSLContext
Dsecuretransport.py856 def set_ciphers(self, ciphers): member in SecureTransportContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dpyopenssl.py456 def set_ciphers(self, ciphers): member in PyOpenSSLContext
Dsecuretransport.py856 def set_ciphers(self, ciphers): member in SecureTransportContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dpyopenssl.py456 def set_ciphers(self, ciphers): member in PyOpenSSLContext
Dsecuretransport.py856 def set_ciphers(self, ciphers): member in SecureTransportContext
/aosp_15_r20/external/python/cpython2/Modules/
D_ssl.c2315 set_ciphers(PySSLContext *self, PyObject *args) in set_ciphers() function