Searched refs:SSL (Results 1 - 25 of 281) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_locl.h5 * 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
470 /* Check if an SSL structure is using DTLS */
549 * Set if CERT_PKEY can be used with current SSL session: e.g.
615 RSA *(*rsa_tmp_cb) (SSL *ssl, int is_export, int keysize);
619 DH *(*dh_tmp_cb) (SSL *ssl, int is_export, int keysize);
624 EC_KEY *(*ecdh_tmp_cb) (SSL *ssl, int is_export, int keysize);
676 int (*cert_cb) (SSL *ss
[all...]
H A Dsrtp.h5 * 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
136 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
138 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);
139 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
H A Dssl.h5 * 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
390 typedef int (*tls_session_ticket_ext_cb_fn) (SSL *s,
393 typedef int (*tls_session_secret_cb_fn) (SSL *s, void *secret,
402 typedef int (*custom_ext_add_cb) (SSL *s, unsigned int ext_type,
406 typedef void (*custom_ext_free_cb) (SSL *s, unsigned int ext_type,
409 typedef int (*custom_ext_parse_cb) (SSL *s, unsigned int ext_type,
440 int (*ssl_new) (SSL *
[all...]
H A Dd1_lib.c70 static void dtls1_set_handshake_header(SSL *s, int type, unsigned long len);
71 static int dtls1_handshake_write(SSL *s);
73 int dtls1_listen(SSL *s, struct sockaddr *client);
123 int dtls1_new(SSL *s)
170 static void dtls1_clear_queues(SSL *s)
216 void dtls1_free(SSL *s)
232 void dtls1_clear(SSL *s)
280 long dtls1_ctrl(SSL *s, int cmd, long larg, void *parg)
360 void dtls1_start_timer(SSL *s)
384 struct timeval *dtls1_get_timeout(SSL *
[all...]
H A Dssl_lib.c2 * ! \file ssl/ssl_lib.c \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
170 (int (*)(SSL *, int))ssl_undefined_function,
171 (int (*)(SSL *, unsigned char *, int))ssl_undefined_function,
173 (int (*)(SSL *, unsigned char *, unsigned char *, int))
175 (int (*)(SSL *, int))ssl_undefined_function,
176 (int (*)(SSL *, cons
[all...]
H A Ds23_lib.c5 * 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)
147 int ssl23_peek(SSL *s, void *buf, int len)
167 int ssl23_write(SSL *s, const void *buf, int len)
H A Ds23_pkt.c5 * 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)
92 int ssl23_read_bytes(SSL *s, int n)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_locl.h5 * 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
470 /* Check if an SSL structure is using DTLS */
549 * Set if CERT_PKEY can be used with current SSL session: e.g.
615 RSA *(*rsa_tmp_cb) (SSL *ssl, int is_export, int keysize);
619 DH *(*dh_tmp_cb) (SSL *ssl, int is_export, int keysize);
624 EC_KEY *(*ecdh_tmp_cb) (SSL *ssl, int is_export, int keysize);
676 int (*cert_cb) (SSL *ss
[all...]
H A Dsrtp.h5 * 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
136 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
138 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);
139 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
H A Dssl.h5 * 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
390 typedef int (*tls_session_ticket_ext_cb_fn) (SSL *s,
393 typedef int (*tls_session_secret_cb_fn) (SSL *s, void *secret,
402 typedef int (*custom_ext_add_cb) (SSL *s, unsigned int ext_type,
406 typedef void (*custom_ext_free_cb) (SSL *s, unsigned int ext_type,
409 typedef int (*custom_ext_parse_cb) (SSL *s, unsigned int ext_type,
440 int (*ssl_new) (SSL *
[all...]
H A Dd1_lib.c70 static void dtls1_set_handshake_header(SSL *s, int type, unsigned long len);
71 static int dtls1_handshake_write(SSL *s);
73 int dtls1_listen(SSL *s, struct sockaddr *client);
123 int dtls1_new(SSL *s)
170 static void dtls1_clear_queues(SSL *s)
216 void dtls1_free(SSL *s)
232 void dtls1_clear(SSL *s)
280 long dtls1_ctrl(SSL *s, int cmd, long larg, void *parg)
360 void dtls1_start_timer(SSL *s)
384 struct timeval *dtls1_get_timeout(SSL *
[all...]
H A Dssl_lib.c2 * ! \file ssl/ssl_lib.c \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
170 (int (*)(SSL *, int))ssl_undefined_function,
171 (int (*)(SSL *, unsigned char *, int))ssl_undefined_function,
173 (int (*)(SSL *, unsigned char *, unsigned char *, int))
175 (int (*)(SSL *, int))ssl_undefined_function,
176 (int (*)(SSL *, cons
[all...]
H A Ds23_lib.c5 * 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)
147 int ssl23_peek(SSL *s, void *buf, int len)
167 int ssl23_write(SSL *s, const void *buf, int len)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_locl.h5 * 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
420 RSA *(*rsa_tmp_cb)(SSL *ssl,int is_export,int keysize);
424 DH *(*dh_tmp_cb)(SSL *ssl,int is_export,int keysize);
429 EC_KEY *(*ecdh_tmp_cb)(SSL *ssl,int is_export,int keysize);
451 RSA *peer_rsa_tmp; /* not used for SSL 2 */
454 DH *peer_dh_tmp; /* not used for SSL 2 */
486 int (*enc)(SSL *, in
[all...]
H A Dt1_lib.c5 * 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 int tls1_new(SSL *s)
98 void tls1_free(SSL *s)
103 void tls1_clear(SSL *s)
110 long tls1_ctrl(SSL *s, int cmd, long larg, char *parg)
115 long tls1_callback_ctrl(SSL *s, int cmd, void *(*fp)())
H A Dssl.h5 * 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
366 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
373 int (*ssl_new)(SSL *s);
374 void (*ssl_clear)(SSL *s);
375 void (*ssl_free)(SSL *s);
376 int (*ssl_accept)(SSL *s);
377 int (*ssl_connect)(SSL *
[all...]
H A Dssl_lib.c2 * \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
136 (int (*)(SSL *,int))ssl_undefined_function,
137 (int (*)(SSL *, unsigned char *, int))ssl_undefined_function,
139 (int (*)(SSL *, unsigned char *, unsigned char *, int))ssl_undefined_function,
140 (int (*)(SSL*, int))ssl_undefined_function,
141 (int (*)(SSL *, EVP_MD_CT
[all...]
H A Ds23_lib.c5 * 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
131 int ssl23_read(SSL *s, void *buf, int len)
154 int ssl23_peek(SSL *s, void *buf, int len)
177 int ssl23_write(SSL *s, const void *buf, int len)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_openssl.h3 * over a single TCP/UDP port, with support for SSL/TLS-based
37 * SSL library used.
44 SSL *ssl; /* SSL object -- new obj created for each new key */
51 * Allocate space in SSL objects in which to store a struct tls_session
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h5 * 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
366 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
373 int (*ssl_new)(SSL *s);
374 void (*ssl_clear)(SSL *s);
375 void (*ssl_free)(SSL *s);
376 int (*ssl_accept)(SSL *s);
377 int (*ssl_connect)(SSL *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_apps.h5 * 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 int ssl_print_sigalgs(BIO *out, SSL *s);
166 int ssl_print_point_formats(BIO *out, SSL *s);
167 int ssl_print_curves(BIO *out, SSL *s, int noshared);
169 int ssl_print_tmp_key(BIO *out, SSL *s);
180 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret);
182 const void *buf, size_t len, SSL *ss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_apps.h5 * 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 int ssl_print_sigalgs(BIO *out, SSL *s);
166 int ssl_print_point_formats(BIO *out, SSL *s);
167 int ssl_print_curves(BIO *out, SSL *s, int noshared);
169 int ssl_print_tmp_key(BIO *out, SSL *s);
180 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret);
182 const void *buf, size_t len, SSL *ss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dtunala.h156 /* Read or write between an SSL or BIO and a buffer */
157 void buffer_from_SSL(buffer_t * buf, SSL *ssl);
158 void buffer_to_SSL(buffer_t * buf, SSL *ssl);
163 void cb_ssl_info(const SSL *s, int where, int ret);
170 RSA *cb_generate_tmp_rsa(SSL *s, int is_export, int keylength);
179 SSL *ssl;
193 SSL *state_machine_get_SSL(state_machine_t * machine);
194 int state_machine_set_SSL(state_machine_t * machine, SSL *ssl, int is_server);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtunala.h139 /* Read or write between an SSL or BIO and a buffer */
140 void buffer_from_SSL(buffer_t *buf, SSL *ssl);
141 void buffer_to_SSL(buffer_t *buf, SSL *ssl);
146 void cb_ssl_info(const SSL *s, int where, int ret);
152 RSA *cb_generate_tmp_rsa(SSL *s, int is_export, int keylength);
161 SSL *ssl;
174 SSL *state_machine_get_SSL(state_machine_t *machine);
175 int state_machine_set_SSL(state_machine_t *machine, SSL *ssl, int is_server);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dtunala.h156 /* Read or write between an SSL or BIO and a buffer */
157 void buffer_from_SSL(buffer_t * buf, SSL *ssl);
158 void buffer_to_SSL(buffer_t * buf, SSL *ssl);
163 void cb_ssl_info(const SSL *s, int where, int ret);
170 RSA *cb_generate_tmp_rsa(SSL *s, int is_export, int keylength);
179 SSL *ssl;
193 SSL *state_machine_get_SSL(state_machine_t * machine);
194 int state_machine_set_SSL(state_machine_t * machine, SSL *ssl, int is_server);

Completed in 185 milliseconds

1234567891011>>