Searched defs:SSL (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl.h15 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
28 // that can retrieve a unique cache key from an existing SSL handle.
30 // - When creating a new SSL connection, call SetSSLSession() with the newly
31 // created SSL handle, and a cache key for the current host/port. If a
48 // SSL connections being performed in parallel in multiple threads.
51 // Type of a function that takes a SSL handle and returns a unique cache
53 typedef std::string GetSessionKeyFunction(const SSL* ssl);
57 // from a given SSL connection handle.
74 // unique cache key from a SSL connection handle.
102 bool SetSSLSession(SSL* ss
[all...]
H A Dssl_server_socket_openssl.h19 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
127 SSL* ssl_;
133 // Options for the SSL socket.
H A Dssl_client_socket_openssl.h29 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
43 // An SSL client socket implemented with OpenSSL.
48 // certificate during the SSL handshake. ssl_config specifies the SSL
145 // Callback from the SSL layer that indicates the remote server is requesting
147 int ClientCertRequestCallback(SSL* ssl);
154 // Callback from the SSL layer to check which NPN protocol we are supporting
166 // Callback from the SSL layer when an operation is performed on
173 // Callback that is used to obtain information about the state of the SSL
175 static void InfoCallback(const SSL* ss
[all...]
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_usage_stats.h87 SSL, /* Bypass due to SSL. */ enumerator in enum:data_reduction_proxy::DataReductionProxyUsageStats::BypassedBytesType
/external/chromium_org/third_party/webrtc/base/
H A Dopenssladapter.h17 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
39 // Note that the socket returns ST_CONNECTING while SSL is being negotiated.
58 static bool VerifyServerName(SSL* ssl, const char* host,
60 bool SSLPostConnectionCheck(SSL* ssl, const char* host);
62 static void SSLInfoCallback(const SSL* s, int where, int ret);
74 // If true, socket will retain SSL configuration after Close.
77 SSL* ssl_;
H A Dopensslstreamadapter.h21 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
31 // Static methods to initialize and deinit the SSL library are in
43 // This class does not support the SSL connection restart feature
48 // SSL error, and it has an explicit SSL_CLOSED state. It should not
110 SSL_WAIT, // waiting for the stream to open to start SSL negotiation
111 SSL_CONNECTING, // SSL negotiation in progress
112 SSL_CONNECTED, // SSL stream successfully established
113 SSL_ERROR, // some SSL error occurred, stream is closed
128 // Prepare SSL library, state is SSL_CONNECTING.
130 // Perform SSL negotiatio
[all...]
/external/apache-http/src/org/apache/http/conn/ssl/
H A DSSLSocketFactory.java59 * Layered socket factory for TLS/SSL connections, based on JSSE.
71 * the SSL session handshake if the target HTTPS server attempts to
86 * itself to the target HTTPS server during the SSL session handshake if
147 public static final String SSL = "SSL"; field in class:SSLSocketFactory
245 * Creates the default SSL socket factory.
347 * This factory creates TLS/SSL socket connections
/external/chromium-trace/trace-viewer/examples/stream_server/
H A Dstandalone.py133 import OpenSSL.SSL namespace
251 """A wrapper class for OpenSSL.SSL.Connection to provide makefile method
281 """Override SocketServer.TCPServer.__init__ to set SSL enabled
344 ctx = OpenSSL.SSL.Context(OpenSSL.SSL.SSLv23_METHOD)
349 socket_ = OpenSSL.SSL.Connection(ctx, socket_)
424 """Override TCPServer.get_request to wrap OpenSSL.SSL.Connection
426 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dstandalone.py133 import OpenSSL.SSL namespace
247 """A wrapper class for OpenSSL.SSL.Connection to provide makefile method
277 """Override SocketServer.TCPServer.__init__ to set SSL enabled
340 ctx = OpenSSL.SSL.Context(OpenSSL.SSL.SSLv23_METHOD)
345 socket_ = OpenSSL.SSL.Connection(ctx, socket_)
420 """Override TCPServer.get_request to wrap OpenSSL.SSL.Connection
422 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dstandalone.py307 import OpenSSL.SSL namespace
314 """A wrapper class for OpenSSL.SSL.Connection to
316 - tweak shutdown method since OpenSSL.SSL.Connection.shutdown doesn't
350 except OpenSSL.SSL.SysCallError, (err, message):
393 """Override SocketServer.TCPServer.__init__ to set SSL enabled
559 """Override TCPServer.get_request to wrap OpenSSL.SSL.Connection
561 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly
584 ctx = OpenSSL.SSL.Context(OpenSSL.SSL.SSLv23_METHOD)
593 verify_mode = OpenSSL.SSL
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbase.h203 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
/external/openssl/crypto/
H A Dossl_typ.h176 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
/external/openssl/include/openssl/
H A Dossl_typ.h176 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 6205 milliseconds