Searched refs:SSL (Results 76 - 86 of 86) sorted by relevance

1234

/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-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/ssl/
H A Dkssl.c1054 ** (Originally was: Create Kerberos AP_REQ message for SSL Client.)
1304 ** to SSL Server in KSSL_CTX *kssl_ctx.
2197 void SSL_set0_kssl_ctx(SSL *s, KSSL_CTX *kctx)
2202 KSSL_CTX * SSL_get0_kssl_ctx(SSL *s)
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents.h933 virtual RenderViewHostDelegate::SSL* GetSSLDelegate();
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dtls_gnutls.c2 * WPA Supplicant / SSL/TLS interface functions for openssl
511 SSL *ssl;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_gnutls.c2 * SSL/TLS interface functions for GnuTLS
465 SSL *ssl;
/external/wpa_supplicant_8/src/crypto/
H A Dtls_gnutls.c2 * SSL/TLS interface functions for GnuTLS
465 SSL *ssl;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_gnutls.c2 * SSL/TLS interface functions for GnuTLS
465 SSL *ssl;
/external/dropbear/libtomcrypt/
H A Dcrypt.tex131 does not process SSL or OpenPGP messages, it doesn't read X.509 certificates, or write PEM encoded data. It does, however,
/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 425 milliseconds

1234