/prebuilts/gdb/darwin-x86/lib/python2.7/ |
ssl.py | 1 # Wrapper module for _ssl, providing some additional facilities 60 import _ssl # if we can't import it, let the error propagate namespace 62 from _ssl import OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_INFO, OPENSSL_VERSION 63 from _ssl import SSLError 64 from _ssl import CERT_NONE, CERT_OPTIONAL, CERT_REQUIRED 65 from _ssl import RAND_status, RAND_egd, RAND_add 66 from _ssl import \ 76 from _ssl import PROTOCOL_SSLv3, PROTOCOL_SSLv23, PROTOCOL_TLSv1 83 from _ssl import PROTOCOL_SSLv2 138 self._sslobj = _ssl.sslwrap(self._sock, server_side [all...] |
socket.py | 53 import _ssl namespace 67 from _ssl import SSLError as sslerror 68 from _ssl import \
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
ssl.py | 1 # Wrapper module for _ssl, providing some additional facilities 60 import _ssl # if we can't import it, let the error propagate namespace 62 from _ssl import OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_INFO, OPENSSL_VERSION 63 from _ssl import SSLError 64 from _ssl import CERT_NONE, CERT_OPTIONAL, CERT_REQUIRED 65 from _ssl import RAND_status, RAND_egd, RAND_add 66 from _ssl import \ 76 from _ssl import PROTOCOL_SSLv3, PROTOCOL_SSLv23, PROTOCOL_TLSv1 83 from _ssl import PROTOCOL_SSLv2 138 self._sslobj = _ssl.sslwrap(self._sock, server_side [all...] |
socket.py | 53 import _ssl namespace 67 from _ssl import SSLError as sslerror 68 from _ssl import \
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ssl.py | 1 # Wrapper module for _ssl, providing some additional facilities 60 import _ssl # if we can't import it, let the error propagate namespace 62 from _ssl import OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_INFO, OPENSSL_VERSION 63 from _ssl import SSLError 64 from _ssl import CERT_NONE, CERT_OPTIONAL, CERT_REQUIRED 65 from _ssl import RAND_status, RAND_egd, RAND_add 66 from _ssl import \ 76 from _ssl import PROTOCOL_SSLv3, PROTOCOL_SSLv23, PROTOCOL_TLSv1 83 from _ssl import PROTOCOL_SSLv2 138 self._sslobj = _ssl.sslwrap(self._sock, server_side [all...] |
socket.py | 53 import _ssl namespace 67 from _ssl import SSLError as sslerror 68 from _ssl import \
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ssl.py | 1 # Wrapper module for _ssl, providing some additional facilities 60 import _ssl # if we can't import it, let the error propagate namespace 62 from _ssl import OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_INFO, OPENSSL_VERSION 63 from _ssl import SSLError 64 from _ssl import CERT_NONE, CERT_OPTIONAL, CERT_REQUIRED 65 from _ssl import RAND_status, RAND_egd, RAND_add 66 from _ssl import \ 76 from _ssl import PROTOCOL_SSLv3, PROTOCOL_SSLv23, PROTOCOL_TLSv1 83 from _ssl import PROTOCOL_SSLv2 138 self._sslobj = _ssl.sslwrap(self._sock, server_side [all...] |
socket.py | 53 import _ssl namespace 67 from _ssl import SSLError as sslerror 68 from _ssl import \
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
HttpDestination.java | 62 private final boolean _ssl; field in class:HttpDestination 78 _ssl = ssl; 83 if (address.getPort() != (_ssl ? 443 : 80)) 100 return _ssl;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_ssl.py | 60 import _ssl namespace 68 _ssl.sslwrap(s._sock, 0, None, None, 103 # note that this uses an 'unofficial' function in _ssl.c, 106 p = ssl._ssl._test_decode_cert(CERTFILE, False) 118 p = ssl._ssl._test_decode_cert(NOKIACERT) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_ssl.py | 60 import _ssl namespace 68 _ssl.sslwrap(s._sock, 0, None, None, 103 # note that this uses an 'unofficial' function in _ssl.c, 106 p = ssl._ssl._test_decode_cert(CERTFILE, False) 118 p = ssl._ssl._test_decode_cert(NOKIACERT) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ssl.py | 60 import _ssl namespace 68 _ssl.sslwrap(s._sock, 0, None, None, 103 # note that this uses an 'unofficial' function in _ssl.c, 106 p = ssl._ssl._test_decode_cert(CERTFILE, False) 118 p = ssl._ssl._test_decode_cert(NOKIACERT) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ssl.py | 60 import _ssl namespace 68 _ssl.sslwrap(s._sock, 0, None, None, 103 # note that this uses an 'unofficial' function in _ssl.c, 106 p = ssl._ssl._test_decode_cert(CERTFILE, False) 118 p = ssl._ssl._test_decode_cert(NOKIACERT) [all...] |