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

<<1112

  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java 53 import javax.net.ssl.SSLPeerUnverifiedException;
    [all...]
  /external/openssl/apps/
ocsp.c 75 #include <openssl/ssl.h>
    [all...]
  /external/openssl/crypto/threads/
mttest.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
91 #include <openssl/ssl.h>
410 SSL_free((SSL *)ctx[2]);
411 SSL_free((SSL *)ctx[3]);
423 SSL *c_ssl=NULL;
424 SSL *s_ssl=NULL;
440 s_ssl=(SSL *)ctx[2]
    [all...]
  /external/openssl/ssl/
s2_clnt.c 0 /* ssl/s2_clnt.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
121 static int get_server_finished(SSL *s);
122 static int get_server_verify(SSL *s);
123 static int get_server_hello(SSL *s);
124 static int client_hello(SSL *s);
125 static int client_master_key(SSL *s)
    [all...]
s2_srvr.c 0 /* ssl/s2_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
121 static int get_client_master_key(SSL *s);
122 static int get_client_hello(SSL *s);
123 static int server_hello(SSL *s);
124 static int get_client_finished(SSL *s);
125 static int server_verify(SSL *s)
    [all...]
d1_clnt.c 0 /* ssl/d1_clnt.c */
62 * This package is an SSL implementation written
64 * The implementation was written so as to conform with Netscapes SSL.
69 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
132 static int dtls1_get_hello_verify(SSL *s);
147 int dtls1_connect(SSL *s)
151 void (*cb)(const SSL *ssl,int type,int val)=NULL;
595 int dtls1_client_hello(SSL *s
    [all...]
d1_srvr.c 0 /* ssl/d1_srvr.c */
62 * This package is an SSL implementation written
64 * The implementation was written so as to conform with Netscapes SSL.
69 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
130 static int dtls1_send_hello_verify_request(SSL *s);
145 int dtls1_accept(SSL *s)
149 void (*cb)(const SSL *ssl,int type,int val)=NULL;
412 * (see section "Certificate request" in SSL 3 draft
    [all...]
kssl.c 0 /* ssl/kssl.c -*- mode: C; c-file-style: "eay" -*- */
59 /* ssl/kssl.c -- Routines to support (& debug) Kerberos5 auth for openssl
75 #include <openssl/ssl.h>
    [all...]
s3_clnt.c 0 /* ssl/s3_clnt.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
183 int ssl3_connect(SSL *s)
187 void (*cb)(const SSL *ssl,int type,int val)=NULL;
647 int ssl3_client_hello(SSL *s)
776 int ssl3_get_server_hello(SSL *s
    [all...]
s3_srvr.c 0 /* ssl/s3_srvr.c -*- mode:C; c-file-style: "eay" -*- */
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
187 int ssl3_accept(SSL *s)
191 void (*cb)(const SSL *ssl,int type,int val)=NULL;
443 * (see section "Certificate request" in SSL 3 drafts
447 * (against the specs, but s3_clnt.c accepts this for SSL 3) *
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /packages/apps/Email/src/com/android/exchange/
SyncManager.java 295 int port, boolean ssl, boolean trustCertificates) throws RemoteException {
298 ssl, trustCertificates, SyncManager.this);
    [all...]
  /external/chromium/net/third_party/nss/ssl/
sslimpl.h 2 * This file is PRIVATE to SSL and should be the first thing included by
3 * any SSL implementation file.
282 /* Flags interpreted by ssl send functions. */
382 int state; /* see GS_ values below. */ /* ssl 2 & 3 */
384 /* "buf" holds received plaintext SSL records, after decrypt and MAC check.
389 sslBuffer buf; /*recvBufLock*/ /* ssl 2 & 3 */
395 unsigned int offset; /* ssl 2 & 3 */
398 unsigned int remainder; /* ssl 2 & 3 */
400 /* Number of ciphertext bytes to read in after 2-byte SSL record header. */
437 /* The ssl[23]_GatherData functions read data into this buffer, rathe
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 76 import javax.net.ssl.SSLException;
148 * imap+ssl+://user:password@server:port
149 * imap+ssl+trustallcerts://user:password@server:port
170 if (scheme.contains("+ssl")) {
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/6/
android.jar 
  /external/tcpdump/
configure     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 427 milliseconds

<<1112