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

1 2 3 4

  /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>
496 RSA *(*rsa_tmp_cb)(SSL *ssl,int is_export,int keysize);
500 DH *(*dh_tmp_cb)(SSL *ssl,int is_export,int keysize)
    [all...]
srtp.h 0 /* ssl/tls1.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
134 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
135 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
137 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); variable
138 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s)
    [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
335 /* As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always
381 typedef int (*tls_session_ticket_ext_cb_fn)(SSL *s, const unsigned char *data, int len, void *arg);
382 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);
412 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...]
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
120 int ssl23_read(SSL *s, void *buf, int len)
143 int ssl23_peek(SSL *s, void *buf, int len)
166 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)
d1_lib.c 0 /* ssl/d1_lib.c */
71 int dtls1_listen(SSL *s, struct sockaddr *client);
95 int dtls1_new(SSL *s)
133 static void dtls1_clear_queues(SSL *s)
186 void dtls1_free(SSL *s)
201 void dtls1_clear(SSL *s)
247 long dtls1_ctrl(SSL *s, int cmd, long larg, void *parg)
293 void dtls1_start_timer(SSL *s)
318 struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft)
363 int dtls1_is_timer_expired(SSL *s
    [all...]
d1_srtp.c 0 /* ssl/t1_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
232 int SSL_set_tlsext_use_srtp(SSL *s,const char *profiles)
238 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *s)
256 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s)
263 int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p, int *len, int maxlen)
305 int ssl_parse_clienthello_use_srtp_ext(SSL *s, unsigned char *d, int len,int *al
    [all...]
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
489 SSL *ssl; local
523 BIO *ret=NULL,*buf=NULL,*ssl=NULL; local
542 BIO *ret=NULL,*con=NULL,*ssl=NULL; local
560 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,
kssl.h 0 /* ssl/kssl.h -*- mode: C; c-file-style: "eay" -*- */
127 ** (1) Kerberos session key to SSL, and
128 ** (2) Config data between application and SSL lib
175 void SSL_set0_kssl_ctx(SSL *s, KSSL_CTX *kctx);
176 KSSL_CTX * SSL_get0_kssl_ctx(SSL *s);
  /external/openssl/include/openssl/
srtp.h 0 /* ssl/tls1.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
134 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
135 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
137 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); variable
138 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s)
    [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
335 /* As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always
381 typedef int (*tls_session_ticket_ext_cb_fn)(SSL *s, const unsigned char *data, int len, void *arg);
382 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);
412 int (*ssl_new)(SSL *s)
    [all...]
kssl.h 0 /* ssl/kssl.h -*- mode: C; c-file-style: "eay" -*- */
127 ** (1) Kerberos session key to SSL, and
128 ** (2) Config data between application and SSL lib
175 void SSL_set0_kssl_ctx(SSL *s, KSSL_CTX *kctx);
176 KSSL_CTX * SSL_get0_kssl_ctx(SSL *s);
  /external/chromium/third_party/libjingle/source/talk/base/
openssladapter.h 34 typedef struct ssl_st SSL;
56 // Note that the socket returns ST_CONNECTING while SSL is being negotiated.
75 static bool VerifyServerName(SSL* ssl, const char* host,
77 bool SSLPostConnectionCheck(SSL* ssl, const char* host);
79 static void SSLInfoCallback(const SSL* s, int where, int ret);
91 // If true, socket will retain SSL configuration after Close.
94 SSL* ssl_;
opensslstreamadapter.h 35 typedef struct ssl_st SSL;
45 // Static methods to initialize and deinit the SSL library are in
57 // This class does not support the SSL connection restart feature
62 // SSL error, and it has an explicit SSL_CLOSED state. It should not
99 SSL_WAIT, // waiting for the stream to open to start SSL negotiation
100 SSL_CONNECTING, // SSL negotiation in progress
101 SSL_CONNECTED, // SSL stream successfully established
102 SSL_ERROR, // some SSL error occurred, stream is closed
118 // Prepare SSL library, state is SSL_CONNECTING.
120 // Perform SSL negotiation steps
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_add_cert_handler.cc 5 #include "chrome/browser/ssl/ssl_add_cert_handler.h"
46 &RenderViewHostDelegate::SSL::OnVerifyClientCertificateError,
73 &RenderViewHostDelegate::SSL::OnAddClientCertificateError,
78 &RenderViewHostDelegate::SSL::OnAddClientCertificateSuccess,
85 &RenderViewHostDelegate::SSL::OnAddClientCertificateFinished,
  /external/chromium/net/tools/flip_server/
spdy_ssl.h 10 #include "openssl/ssl.h"
25 SSL* CreateSSLContext(SSL_CTX* ssl_ctx);
spdy_ssl.cc 9 #include "openssl/ssl.h"
16 int ssl_set_npn_callback(SSL *s,
20 VLOG(1) << "SSL NPN callback: advertising protocols.";
42 LOG(FATAL) << "Unable to create SSL context";
50 LOG(FATAL) << "Unable to use cert.pem as SSL cert.";
56 LOG(FATAL) << "Unable to use key.pem as SSL key.";
66 VLOG(1) << "SSL CTX default cipher list: " << SSL_CIPHER_LIST;
69 VLOG(1) << "SSL CTX session expiry: " << session_expiration_time
74 VLOG(1) << "SSL CTX: Setting Release Buffers mode.";
90 SSL* CreateSSLContext(SSL_CTX* ssl_ctx)
91 SSL* ssl = SSL_new(ssl_ctx); local
    [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/chromium/chrome/browser/tab_contents/
tab_contents_ssl_helper.h 18 class TabContentsSSLHelper : public RenderViewHostDelegate::SSL {
23 // RenderViewHostDelegate::SSL implementation:
  /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
  /external/chromium/net/socket/
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_;

Completed in 1545 milliseconds

1 2 3 4