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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dopenssladapter.h34 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
56 // Note that the socket returns ST_CONNECTING while SSL is being negotiated.
75 static bool VerifyServerName(SSL* ssl, const char* host,
77 bool SSLPostConnectionCheck(SSL* ssl, const char* host);
79 static void SSLInfoCallback(const SSL* s, int where, int ret);
91 // If true, socket will retain SSL configuration after Close.
94 SSL* ssl_;
H A Dopensslstreamadapter.h35 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
45 // Static methods to initialize and deinit the SSL library are in
57 // This class does not support the SSL connection restart feature
62 // SSL error, and it has an explicit SSL_CLOSED state. It should not
99 SSL_WAIT, // waiting for the stream to open to start SSL negotiation
100 SSL_CONNECTING, // SSL negotiation in progress
101 SSL_CONNECTED, // SSL stream successfully established
102 SSL_ERROR, // some SSL error occurred, stream is closed
118 // Prepare SSL library, state is SSL_CONNECTING.
120 // Perform SSL negotiatio
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dopenssladapter.h34 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
56 // Note that the socket returns ST_CONNECTING while SSL is being negotiated.
75 static bool VerifyServerName(SSL* ssl, const char* host,
77 bool SSLPostConnectionCheck(SSL* ssl, const char* host);
79 static void SSLInfoCallback(const SSL* s, int where, int ret);
91 // If true, socket will retain SSL configuration after Close.
94 SSL* ssl_;
H A Dopensslstreamadapter.h38 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
48 // Static methods to initialize and deinit the SSL library are in
60 // This class does not support the SSL connection restart feature
65 // SSL error, and it has an explicit SSL_CLOSED state. It should not
126 SSL_WAIT, // waiting for the stream to open to start SSL negotiation
127 SSL_CONNECTING, // SSL negotiation in progress
128 SSL_CONNECTED, // SSL stream successfully established
129 SSL_ERROR, // some SSL error occurred, stream is closed
144 // Prepare SSL library, state is SSL_CONNECTING.
146 // 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
142 public static final String SSL = "SSL"; field in class:SSLSocketFactory
240 * Creates the default SSL socket factory.
342 * This factory creates TLS/SSL socket connections
/external/chromium/net/socket/
H A Dssl_client_socket_openssl.h21 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
32 // An SSL client socket implemented with OpenSSL.
37 // certificate during the SSL handshake. ssl_config specifies the SSL
47 // Callback from the SSL layer that indicates the remote server is requesting
49 int ClientCertRequestCallback(SSL* ssl, X509** x509, EVP_PKEY** pkey);
51 // Callback from the SSL layer to check which NPN protocol we are supporting
148 SSL* ssl_;
/external/chromium_org/net/socket/
H A Dssl_client_socket_openssl.h26 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
37 // An SSL client socket implemented with OpenSSL.
42 // certificate during the SSL handshake. ssl_config specifies the SSL
55 // Callback from the SSL layer that indicates the remote server is requesting
57 int ClientCertRequestCallback(SSL* ssl, X509** x509, EVP_PKEY** pkey);
59 // Callback from the SSL layer to check which NPN protocol we are supporting
174 SSL* ssl_;
180 // ssl_session_cache_shard_ is an opaque string that partitions the SSL
/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.py276 import OpenSSL.SSL namespace
283 """A wrapper class for OpenSSL.SSL.Connection to
285 - tweak shutdown method since OpenSSL.SSL.Connection.shutdown doesn't
319 except OpenSSL.SSL.SysCallError, (err, message):
362 """Override SocketServer.TCPServer.__init__ to set SSL enabled
528 """Override TCPServer.get_request to wrap OpenSSL.SSL.Connection
530 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly
553 ctx = OpenSSL.SSL.Context(OpenSSL.SSL.SSLv23_METHOD)
562 verify_mode = OpenSSL.SSL
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dossl_typ.h172 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dossl_typ.h172 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
/external/openssl/crypto/
H A Dossl_typ.h172 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
/external/openssl/include/openssl/
H A Dossl_typ.h172 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
/external/chromium_org/third_party/mongoose/
H A Dmongoose.c32 #define NO_SSL // SSL is not supported
260 // from the OpenSSL source installation. Having this, mongoose + SSL can be
261 // built on any system with binary SSL libraries installed.
262 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
272 extern void SSL_free(SSL *);
273 extern int SSL_accept(SSL *);
274 extern int SSL_connect(SSL *);
275 extern int SSL_read(SSL *, void *, int);
276 extern int SSL_write(SSL *, const void *, int);
277 extern int SSL_get_error(const SSL *, in
[all...]
/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/ ...
/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/ ...

Completed in 1071 milliseconds