HomeSort by relevance Sort by last modified time
    Searched refs:SSL (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/openssl/ssl/
ssl_locl.h 0 /* ssl/ssl_locl.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
165 #include <openssl/ssl.h>
479 RSA *(*rsa_tmp_cb)(SSL *ssl,int is_export,int keysize);
483 DH *(*dh_tmp_cb)(SSL *ssl,int is_export,int keysize)
    [all...]
ssl.h 0 /* ssl/ssl.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
328 /* As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always
382 typedef int (*tls_session_ticket_ext_cb_fn)(SSL *s, const unsigned char *data, int len, void *arg);
383 typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg);
389 int (*ssl_new)(SSL *s)
    [all...]
ssl_lib.c 1 /*! \file ssl/ssl_lib.c
2 * \brief Version independent SSL functions.
7 * This package is an SSL implementation written
9 * The implementation was written so as to conform with Netscapes SSL.
14 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
167 (int (*)(SSL *,int))ssl_undefined_function,
168 (int (*)(SSL *, unsigned char *, int))ssl_undefined_function,
170 (int (*)(SSL *, unsigned char *, unsigned char *, int))ssl_undefined_function,
171 (int (*)(SSL*, int))ssl_undefined_function
    [all...]
s2_lib.c 0 /* ssl/s2_lib.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
314 int ssl2_pending(const SSL *s)
319 int ssl2_new(SSL *s)
350 void ssl2_free(SSL *s)
365 void ssl2_clear(SSL *s)
385 long ssl2_ctrl(SSL *s, int cmd, long larg, void *parg
    [all...]
d1_lib.c 0 /* ssl/d1_lib.c */
71 int dtls1_listen(SSL *s, struct sockaddr *client);
94 int dtls1_new(SSL *s)
132 void dtls1_free(SSL *s)
183 void dtls1_clear(SSL *s)
192 long dtls1_ctrl(SSL *s, int cmd, long larg, void *parg)
238 void dtls1_start_timer(SSL *s)
254 struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft)
299 int dtls1_is_timer_expired(SSL *s)
319 void dtls1_double_timeout(SSL *s
    [all...]
s23_lib.c 0 /* ssl/s23_lib.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
127 int ssl23_read(SSL *s, void *buf, int len)
150 int ssl23_peek(SSL *s, void *buf, int len)
173 int ssl23_write(SSL *s, const void *buf, int len)
s23_pkt.c 0 /* ssl/s23_pkt.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
66 int ssl23_write_bytes(SSL *s)
93 int ssl23_read_bytes(SSL *s, int n)
bio_ssl.c 0 /* ssl/bio_ssl.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
66 #include <openssl/ssl.h>
77 SSL *ssl; /* The ssl handle :-) */ member in struct:bio_ssl_st
88 BIO_TYPE_SSL,"ssl",
144 SSL *ssl; local
232 SSL *ssl; local
298 SSL **sslp,*ssl; local
485 SSL *ssl; local
519 BIO *ret=NULL,*buf=NULL,*ssl=NULL; local
537 BIO *ret=NULL,*con=NULL,*ssl=NULL; local
554 SSL *ssl; local
    [all...]
t1_reneg.c 0 /* ssl/t1_reneg.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
116 int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len,
147 int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, int len,
196 int ssl_add_serverhello_renegotiate_ext(SSL *s, unsigned char *p, int *len,
232 int ssl_parse_serverhello_renegotiate_ext(SSL *s, unsigned char *d, int len,
d1_pkt.c 0 /* ssl/d1_pkt.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
169 static int have_handshake_fragment(SSL *s, int type, unsigned char *buf,
171 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap);
172 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap);
173 static DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr,
176 static int dtls1_record_needs_buffering(SSL *s, SSL3_RECORD *rr
    [all...]
ssl_sess.c 0 /* ssl/ssl_sess.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
150 SSL_SESSION *SSL_get_session(const SSL *ssl)
153 return(ssl->session);
156 SSL_SESSION *SSL_get1_session(SSL *ssl)
    [all...]
s2_enc.c 0 /* ssl/s2_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
63 int ssl2_enc_init(SSL *s, int client)
121 void ssl2_enc(SSL *s, int send)
151 void ssl2_mac(SSL *s, unsigned char *md, int send)
s2_pkt.c 0 /* ssl/s2_pkt.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
118 static int read_n(SSL *s,unsigned int n,unsigned int max,unsigned int extend);
119 static int n_do_ssl_write(SSL *s, const unsigned char *buf, unsigned int len);
120 static int write_pending(SSL *s, const unsigned char *buf, unsigned int len);
124 /* SSL 2.0 imlementation for SSL_read/SSL_peek -
127 static int ssl2_read_internal(SSL *s, void *buf, int len, int peek
    [all...]
s23_clnt.c 0 /* ssl/s23_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
120 static int ssl23_client_hello(SSL *s);
121 static int ssl23_get_server_hello(SSL *s);
141 int ssl23_connect(SSL *s)
145 void (*cb)(const SSL *ssl,int type,int val)=NULL
    [all...]
d1_both.c 0 /* ssl/d1_both.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
163 static void dtls1_fix_message_header(SSL *s, unsigned long frag_off,
165 static unsigned char *dtls1_write_message_header(SSL *s,
167 static void dtls1_set_message_header_int(SSL *s, unsigned char mt,
170 static long dtls1_get_message_fragment(SSL *s, int st1, int stn,
224 int dtls1_do_write(SSL *s, int type
    [all...]
s3_both.c 0 /* ssl/s3_both.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
128 int ssl3_do_write(SSL *s, int type)
151 int ssl3_send_finished(SSL *s, int a, int b, const char *sender, int slen)
205 int ssl3_get_finished(SSL *s, int a, int b)
274 * ssl->enc_read_ctx re-init
275 * ssl->s3->read_sequence zer
    [all...]
ssl_rsa.c 0 /* ssl/ssl_rsa.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
69 int SSL_use_certificate(SSL *ssl, X509 *x)
76 if (!ssl_cert_inst(&ssl->cert))
81 return(ssl_set_cert(ssl->cert,x));
85 int SSL_use_certificate_file(SSL *ssl, const char *file, int type
    [all...]
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...]
  /external/openssl/include/openssl/
ssl.h 0 /* ssl/ssl.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
328 /* As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always
382 typedef int (*tls_session_ticket_ext_cb_fn)(SSL *s, const unsigned char *data, int len, void *arg);
383 typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg);
389 int (*ssl_new)(SSL *s)
    [all...]
  /external/openssl/apps/
s_apps.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
168 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret);
169 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg);
170 void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
175 int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len)
    [all...]
  /external/openssl/crypto/bn/
bn_prime.pl 37 * This package is an SSL implementation written
39 * The implementation was written so as to conform with Netscapes SSL.
44 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  /external/openssl/crypto/conf/
keysets.pl 59 * This package is an SSL implementation written
61 * The implementation was written so as to conform with Netscapes SSL.
66 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  /libcore/luni/src/main/native/
NativeCrypto.cpp 34 #include <openssl/ssl.h>
111 void operator()(SSL* p) const {
115 typedef UniquePtr<SSL, SSL_Delete> Unique_SSL;
160 * Frees the SSL error state.
203 * Throws a javax.net.ssl.SSLException with the given string as a message.
207 jniThrowException(env, "javax/net/ssl/SSLException", message);
211 * Throws a javax.net.ssl.SSLProcotolException with the given string as a message.
215 jniThrowException(env, "javax/net/ssl/SSLProtocolException", message);
220 * SSL errors. This will also log the errors.
223 * @param ssl the possibly NULL SS
364 SSL* ssl = reinterpret_cast<SSL*>(static_cast<uintptr_t>(ssl_address)); local
1553 SSL* ssl = reinterpret_cast<SSL*>(X509_STORE_CTX_get_ex_data(x509_store_ctx, local
1888 SSL* ssl = to_SSL(env, ssl_address, true); local
1937 SSL* ssl = to_SSL(env, ssl_address, true); local
2022 SSL* ssl = to_SSL(env, ssl_address, true); local
2040 SSL* ssl = to_SSL(env, ssl_address, true); local
2106 SSL* ssl = to_SSL(env, ssl_address, true); local
2121 SSL* ssl = to_SSL(env, ssl_address, true); local
2136 SSL* ssl = to_SSL(env, ssl_address, true); local
2151 SSL* ssl = to_SSL(env, ssl_address, true); local
2166 SSL* ssl = to_SSL(env, ssl_address, true); local
2181 SSL* ssl = to_SSL(env, ssl_address, true); local
2197 SSL* ssl = to_SSL(env, ssl_address, true); local
2262 SSL* ssl = to_SSL(env, ssl_address, true); local
2276 SSL* ssl = to_SSL(env, ssl_address, true); local
2303 SSL* ssl = to_SSL(env, ssl_address, true); local
2315 SSL* ssl = to_SSL(env, ssl_address, true); local
2339 SSL* ssl = to_SSL(env, ssl_address, true); local
2355 SSL* ssl = to_SSL(env, ssl_address, true); local
2528 SSL* ssl = to_SSL(env, ssl_address, true); local
2554 SSL* ssl = to_SSL(env, ssl_address, true); local
2593 SSL* ssl = to_SSL(env, ssl_address, true); local
2760 SSL* ssl = to_SSL(env, ssl_address, true); local
2819 SSL* ssl = to_SSL(env, ssl_address, true); local
3011 SSL* ssl = to_SSL(env, ssl_address, true); local
3054 SSL* ssl = to_SSL(env, ssl_address, true); local
3102 SSL* ssl = to_SSL(env, ssl_address, false); local
3127 SSL* ssl = to_SSL(env, ssl_address, false); local
3201 SSL* ssl = to_SSL(env, ssl_address, true); local
    [all...]
  /external/openssl/crypto/objects/
obj_dat.pl 181 * This package is an SSL implementation written
183 * The implementation was written so as to conform with Netscapes SSL.
188 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
objects.pl 132 * This package is an SSL implementation written
134 * The implementation was written so as to conform with Netscapes SSL.
139 * lhash, DES, etc., code; not just the SSL code. The SSL documentation

Completed in 969 milliseconds

1 2 3