HomeSort by relevance Sort by last modified time
    Searched refs:ssl (Results 276 - 300 of 432) sorted by null

<<1112131415161718

  /libcore/luni/src/main/java/libcore/net/http/
HttpsURLConnectionImpl.java 34 import javax.net.ssl.HttpsURLConnection;
35 import javax.net.ssl.SSLHandshakeException;
36 import javax.net.ssl.SSLPeerUnverifiedException;
37 import javax.net.ssl.SSLSocket;
38 import javax.net.ssl.SSLSocketFactory;
427 // first try an SSL connection with compression and
455 * TLS extensions and SSL deflate compression. If false, use
459 // make an SSL Tunnel on the first message pair of each SSL + proxy connection
473 // we already have an SSL connection
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineImpl.java 25 import javax.net.ssl.SSLEngine;
26 import javax.net.ssl.SSLEngineResult;
27 import javax.net.ssl.SSLException;
28 import javax.net.ssl.SSLHandshakeException;
29 import javax.net.ssl.SSLSession;
33 * @see javax.net.ssl.SSLEngine class documentation for more information.
95 * @see javax.net.ssl.SSLEngine#beginHandshake() method documentation
125 * @see javax.net.ssl.SSLEngine#closeInbound() method documentation
156 * @see javax.net.ssl.SSLEngine#closeOutbound() method documentation
183 * @see javax.net.ssl.SSLEngine#getDelegatedTask() method documentatio
    [all...]
HandshakeProtocol.java 31 import javax.net.ssl.SSLEngineResult;
32 import javax.net.ssl.SSLException;
33 import javax.net.ssl.SSLHandshakeException;
74 * SSL Record Protocol implementation.
174 * Sets SSL Record Protocol
ClientSessionContext.java 21 import javax.net.ssl.SSLSession;
SSLSocketFactoryImpl.java 25 import javax.net.ssl.SSLSocketFactory;
61 * @see javax.net.ssl.SSLSocketFactory#getDefaultCipherSuites()
72 * @see javax.net.ssl.SSLSocketFactory#getSupportedCipherSuites()
83 * @see javax.net.ssl.SSLSocketFactory#createSocket(Socket,String,int,boolean)
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java 78 import javax.net.ssl.HostnameVerifier;
79 import javax.net.ssl.HttpsURLConnection;
80 import javax.net.ssl.KeyManager;
81 import javax.net.ssl.KeyManagerFactory;
82 import javax.net.ssl.SSLContext;
83 import javax.net.ssl.SSLSession;
84 import javax.net.ssl.X509TrustManager;
161 * @param ssl True if the server should be using secure sockets.
164 public CtsTestServer(Context context, boolean ssl) throws Exception {
168 mSsl = ssl;
    [all...]
  /external/chromium/net/http/
http_network_transaction_unittest.cc 5463 bool ssl; member in struct:net::GroupNameTest
    [all...]
  /external/openssl/ssl/
Makefile 2 # OpenSSL/ssl/Makefile
5 DIR= ssl
17 GENERAL=Makefile README ssl-lib.com install.com
48 EXHEADER= ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h kssl.h srtp.h
121 bio_ssl.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
141 d1_both.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
162 d1_clnt.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
183 d1_enc.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
203 d1_lib.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
223 d1_meth.o: ../include/openssl/srtp.h ../include/openssl/ssl.
    [all...]
s3_enc.c 0 /* ssl/s3_enc.c */
5 * This package is an SSL implementation written
7 * The implementation was written so as to conform with Netscapes SSL.
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
158 static int ssl3_handshake_mac(SSL *s, int md_nid,
160 static int ssl3_generate_key_block(SSL *s, unsigned char *km, int num)
216 int ssl3_change_cipher_state(SSL *s, int which)
388 int ssl3_setup_key_block(SSL *s)
457 void ssl3_cleanup_key_block(SSL *s
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
DefaultHostnameVerifierTest.java 17 package libcore.javax.net.ssl;
33 import javax.net.ssl.DefaultHostnameVerifier;
34 import javax.net.ssl.DistinguishedNameParser;
SSLSessionContextTest.java 17 package libcore.javax.net.ssl;
26 import javax.net.ssl.SSLSessionContext;
27 import javax.net.ssl.SSLSocket;
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HostnameVerifierTest.java 18 package tests.api.javax.net.ssl;
24 import javax.net.ssl.HostnameVerifier;
25 import javax.net.ssl.HttpsURLConnection;
34 * javax.net.ssl.HostnameVerifier#verify(String hostname, SSLSession
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 40 import javax.net.ssl.HostnameVerifier;
41 import javax.net.ssl.HttpsURLConnection;
42 import javax.net.ssl.KeyManagerFactory;
43 import javax.net.ssl.SSLContext;
44 import javax.net.ssl.SSLServerSocket;
45 import javax.net.ssl.SSLSession;
46 import javax.net.ssl.SSLSocket;
47 import javax.net.ssl.SSLSocketFactory;
48 import javax.net.ssl.TrustManagerFactory;
102 // set up the properties defining the default values needed by SSL stuf
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSessionImplTest.java 23 import javax.net.ssl.SSLPeerUnverifiedException;
  /external/apache-harmony/x-net/src/test/java/javax/net/ssl/
MySSLContextSpi.java 22 package javax.net.ssl;
  /external/chromium/chrome/browser/ui/
browser_window.h 270 // |url| is the url of the page/frame the info applies to, |ssl| is the SSL
275 const NavigationEntry::SSLStatus& ssl,
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_cocoa.h 93 const NavigationEntry::SSLStatus& ssl,
  /external/chromium/chrome/browser/ui/panels/
panel.h 105 const NavigationEntry::SSLStatus& ssl,
  /external/chromium/net/socket/
nss_ssl_util.cc 9 #include <ssl.h>
59 // Enable SSL.
62 // All other SSL options are set per-session by SSLClientSocket and
75 // Initialize the NSS SSL library if it isn't already initialized. This must
76 // be called before any other NSS SSL functions. This function is
77 // thread-safe, and the NSS SSL library will only ever be initialized once.
78 // The NSS SSL library will be properly shut down on program exit.
80 // Initializing SSL causes us to do blocking IO.
191 LOG(WARNING) << "Unknown SSL error " << err
ssl_client_socket_openssl.h 21 typedef struct ssl_st SSL;
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_;
  /frameworks/base/core/java/android/net/http/
HttpResponseCache.java 33 import javax.net.ssl.HttpsURLConnection;
  /libcore/luni/src/main/java/javax/net/ssl/
SSLContext.java 18 package javax.net.ssl;
48 * The default SSL context can be set with {@link #setDefault}. If
268 * Returns the SSL session context that encapsulates the set of SSL sessions
269 * that can be used for handshake of server-side SSL sockets.
271 * @return the SSL server session context for this context or {@code null}
280 * Returns the SSL session context that encapsulates the set of SSL sessions
281 * that can be used for handshake of client-side SSL sockets.
283 * @return the SSL client session context for this context or {@code null
    [all...]
SSLEngine.java 18 package javax.net.ssl;
23 * The abstract implementation of secure communications using SSL, TLS, or other
118 * Returns the SSL cipher suite names that are enabled in this engine
121 * @return the SSL cipher suite names that are enabled in this engine
136 * Returns whether new SSL sessions may be established by this engine.
159 * Returns the SSL session for this engine instance.
161 * @return the SSL session for this engine instance.
166 * Returns the SSL cipher suite names that are supported by this engine.
170 * @return the SSL cipher suite names that are supported by this engine.
216 * Sets the SSL cipher suite names that should be enabled in this engin
    [all...]
  /cts/tools/signature-tools/
sig-check 103 javax.net.ssl \
sig-create 100 javax.net.ssl \

Completed in 479 milliseconds

<<1112131415161718