Searched defs:SSL (Results 1 - 9 of 9) 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/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
233 * Creates the default SSL socket factory.
335 * 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-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/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/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 160 milliseconds