HomeSort by relevance Sort by last modified time
    Searched refs:ssl (Results 226 - 250 of 294) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssl/crypto/threads/
th-lock.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
85 #include <openssl/ssl.h>
  /external/openssl/
import_openssl.sh 135 cp ../patches/ssl_Android.mk ssl/Android.mk
  /external/openssl/ssl/
ssl_task.c 0 /* ssl/ssl_task.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
61 * DECnet object for servicing SSL. We accept the inbound and speak a
63 * ssl data) over this logical link.
85 * R - Remote client connection that initiated the SSL connection. Encrypted
106 * . (SSL handshake completed)
131 #include <openssl/ssl.h
    [all...]
ssltest.c 0 /* ssl/ssltest.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
169 #include <openssl/ssl.h>
219 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export,int keylength);
242 static unsigned int psk_client_callback(SSL *ssl, const char *hint, char *identity,
245 static unsigned int psk_server_callback(SSL *ssl, const char *identity, unsigned char *psk
    [all...]
ssl_cert.c 1 /*! \file ssl/ssl_cert.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
151 0,"SSL for verify callback",NULL,NULL,NULL);
490 int ssl_verify_cert_chain(SSL *s,STACK_OF(X509) *sk)
512 * the context: if its a server it will verify SSL client certificates
576 void SSL_set_client_CA_list(SSL *s,STACK_OF(X509_NAME) *name_list)
591 STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *s
    [all...]
s23_srvr.c 0 /* ssl/s23_srvr.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
120 int ssl23_get_client_hello(SSL *s);
140 int ssl23_accept(SSL *s)
144 void (*cb)(const SSL *ssl,int type,int val)=NULL;
231 int ssl23_get_client_hello(SSL *s
    [all...]
ssl3.h 0 /* ssl/ssl3.h */
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
125 #include <openssl/ssl.h>
269 /* This is the maximum MAC (digest) size used by the SSL library.
286 /* Maximum plaintext length: defined by SSL/TLS standards */
288 /* Maximum compression overhead: defined by SSL/TLS standards */
  /frameworks/base/tests/CoreTests/android/core/
DatabaseSessionCache.java 19 import javax.net.ssl.SSLSession;
22 * Hook into harmony SSL cache to persist the SSL sessions.
150 * You must call this method to enable SSL session caching for an app.
172 // Security.setProperty("ssl.SocketFactory.provider",
219 Log.d(TAG, "New SSL session " + session.getPeerHost() +
261 Log.d(TAG, "Error loading SSL cached entries ", ex);
268 Log.d(TAG, "LOADED CACHED SSL " + (t1 - t0) + " ms");
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
FileClientSessionCache.java 33 import javax.net.ssl.SSLSession;
50 * This cache creates one file per SSL session using "host.port" for
HandshakeIODataStream.java 24 import javax.net.ssl.SSLHandshakeException;
178 * 1. The SSL protocol specifies the maximum size of the record
SSLRecordProtocol.java 21 import javax.net.ssl.SSLProtocolException;
24 * This class performs functionality dedicated to SSL record layer.
27 * and packages outcome data into SSL/TLS records.
46 * on SSL v3 see http://wp.netscape.com/eng/ssl3,
47 * on SSL v2 see http://wp.netscape.com/eng/security/SSL_2.html.
69 * Maximum length of ssl record. It is counted as:
74 // the SSL session used for connection
130 * Returns the minimum possible length of the SSL record.
182 * @return ssl packet created over the current connection state
194 * @return ssl packet created over the current connection stat
    [all...]
ClientHandshakeImpl.java 39 import javax.net.ssl.X509ExtendedKeyManager;
40 import javax.net.ssl.X509KeyManager;
100 fatalAlert(AlertProtocol.HANDSHAKE_FAILURE, "SSL Session may not be created ");
ConnectionStateSSLv3.java 27 import javax.net.ssl.SSLProtocolException;
30 * This class encapsulates the operating environment of the SSL v3
49 // SSL v3 specification, p. 5.2.3)
53 * Creates the instance of SSL v3 Connection State. All of the
58 * to the SSL v3 Protocol specification.
59 * (http://www.mozilla.org/projects/security/pki/nss/ssl/draft302.txt)
ConnectionStateTLS.java 27 import javax.net.ssl.SSLProtocolException;
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 38 import javax.net.ssl.SSLException;
62 * smtp+ssl+://user:password@server:port
63 * smtp+ssl+trustallcerts://user:password@server:port
84 if (scheme.contains("+ssl")) {
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
GDataClient.java 35 import org.apache.http.conn.ssl.SSLSocketFactory;
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 41 import javax.net.ssl.SSLException;
42 import javax.net.ssl.SSLProtocolException;
445 public void afterHandshake(int session, int ssl, int context,
452 if (ssl != NULL) {
454 NativeCrypto.SSL_shutdown(ssl, fd, callback);
457 NativeCrypto.SSL_free(ssl);
486 System.out.println("ssl=0x" + Integer.toString(sslNativePointer, 16)
504 System.out.println("ssl=0x" + Integer.toString(sslNativePointer, 16)
521 System.out.println("ssl=0x" + Integer.toString(sslNativePointer, 16)
572 System.out.println("ssl=0x" + Integer.toString(s, 16
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLEngineTest.java 18 package tests.api.javax.net.ssl;
32 import javax.net.ssl.SSLContext;
33 import javax.net.ssl.SSLEngine;
34 import javax.net.ssl.SSLEngineResult;
35 import javax.net.ssl.SSLException;
36 import javax.net.ssl.SSLEngineResult.HandshakeStatus;
179 * @tests javax.net.ssl.SSLEngine#getSupportedProtocols()
200 * @tests javax.net.ssl.SSLEngine#setEnabledProtocols(String[] protocols)
201 * @tests javax.net.ssl.SSLEngine#getEnabledProtocols()
239 * @tests javax.net.ssl.SSLEngine#getSupportedCipherSuites(
    [all...]
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpClient.java 59 import org.apache.http.conn.ssl.SSLSocketFactory;
  /external/openssl/include/openssl/
ssl3.h 0 /* ssl/ssl3.h */
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
125 #include <openssl/ssl.h>
269 /* This is the maximum MAC (digest) size used by the SSL library.
286 /* Maximum plaintext length: defined by SSL/TLS standards */
288 /* Maximum compression overhead: defined by SSL/TLS standards */
  /frameworks/base/core/java/android/net/http/
Connection.java 27 import javax.net.ssl.SSLHandshakeException;
62 * The server SSL certificate associated with this connection
136 * @return The server SSL certificate associated with this
364 // we tried to do SSL tunneling, failed,
380 // hack: if we have an SSL connection failure,
386 // hack: if we have an SSL connection failure,
390 "SSL exception performing handshake");

Completed in 504 milliseconds

1 2 3 4 5 6 7 8 91011>>