Searched refs:SSL (Results 76 - 100 of 281) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds2_clnt.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
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);
126 static int client_finished(SSL *
[all...]
H A Dssltest.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
232 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength);
253 static unsigned int psk_client_callback(SSL *ssl, const char *hint,
258 static unsigned int psk_server_callback(SSL *ssl, const char *identity,
273 static char *MS_CALLBACK ssl_give_srp_client_pwd_cb(SSL *s, void *arg)
286 static int MS_CALLBACK ssl_srp_server_param_cb(SSL *s, int *ad, void *arg)
315 static int servername_cb(SSL *
[all...]
H A Ds2_srvr.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
122 static int get_client_master_key(SSL *s);
123 static int get_client_hello(SSL *s);
124 static int server_hello(SSL *s);
125 static int get_client_finished(SSL *s);
126 static int server_verify(SSL *s);
127 static int server_finish(SSL *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds2_clnt.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
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);
126 static int client_finished(SSL *
[all...]
H A Ds3_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
1563 int ssl3_pending(const SSL *s)
1571 int ssl3_new(SSL *s)
1590 void ssl3_free(SSL *s)
1623 void ssl3_clear(SSL *s)
1670 long ssl3_ctrl(SSL *s, int cmd, long larg, void *parg)
1827 long ssl3_callback_ctrl(SSL *
[all...]
H A Ds2_srvr.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
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);
126 static int server_finish(SSL *
[all...]
H A Ds23_clnt.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
67 static int ssl23_client_hello(SSL *s);
68 static int ssl23_get_server_hello(SSL *s);
88 int ssl23_connect(SSL *s)
92 void (*cb)(const SSL *ssl,int type,int val)=NULL;
201 static int ssl23_client_hello(SSL *s)
269 /* create SSL 2.
[all...]
H A Ds3_both.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
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)
190 int ssl3_get_finished(SSL *s, int a, int b)
249 int ssl3_send_change_cipher_spec(SSL *s, int a, int b)
267 unsigned long ssl3_output_cert_chain(SSL *s, X509 *x)
362 long ssl3_get_message(SSL *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds2_clnt.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
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);
126 static int client_finished(SSL *
[all...]
H A Dssltest.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
232 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength);
253 static unsigned int psk_client_callback(SSL *ssl, const char *hint,
258 static unsigned int psk_server_callback(SSL *ssl, const char *identity,
273 static char *MS_CALLBACK ssl_give_srp_client_pwd_cb(SSL *s, void *arg)
286 static int MS_CALLBACK ssl_srp_server_param_cb(SSL *s, int *ad, void *arg)
315 static int servername_cb(SSL *
[all...]
H A Ds2_srvr.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
122 static int get_client_master_key(SSL *s);
123 static int get_client_hello(SSL *s);
124 static int server_hello(SSL *s);
125 static int get_client_finished(SSL *s);
126 static int server_verify(SSL *s);
127 static int server_finish(SSL *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/bio/
H A Dsaccept.c5 * A minimal program to serve an SSL connection.
36 SSL *ssl;
65 /* Setup server side SSL bio */
75 * Basically it means the SSL BIO will be automatically setup
H A Dsconnect.c5 * A minimal program to do SSL to a passed host and port.
27 SSL *ssl;
44 /* Setup all the global SSL stuff */
48 /* Lets make a SSL structure */
52 /* Use it inside an SSL BIO */
56 /* Lets use a connect BIO under the SSL BIO */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dadd_cr.pl69 * This package is an SSL implementation written
71 * The implementation was written so as to conform with Netscapes SSL.
76 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/bio/
H A Dsaccept.c4 /* A minimal program to server an SSL connection.
35 SSL *ssl;
64 /* Setup server side SSL bio */
72 * BIO push into it. Basically it means the SSL BIO will be
H A Dsconnect.c4 /* A minimal program to do SSL to a passed host and port.
26 SSL *ssl;
43 /* Setup all the global SSL stuff */
47 /* Lets make a SSL structure */
51 /* Use it inside an SSL BIO */
55 /* Lets use a connect BIO under the SSL BIO */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dadd_cr.pl69 * This package is an SSL implementation written
71 * The implementation was written so as to conform with Netscapes SSL.
76 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/bio/
H A Dsaccept.c5 * A minimal program to serve an SSL connection.
36 SSL *ssl;
65 /* Setup server side SSL bio */
75 * Basically it means the SSL BIO will be automatically setup
H A Dsconnect.c5 * A minimal program to do SSL to a passed host and port.
27 SSL *ssl;
44 /* Setup all the global SSL stuff */
48 /* Lets make a SSL structure */
52 /* Use it inside an SSL BIO */
56 /* Lets use a connect BIO under the SSL BIO */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dadd_cr.pl69 * This package is an SSL implementation written
71 * The implementation was written so as to conform with Netscapes SSL.
76 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_prime.pl37 * 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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_prime.pl37 * 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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_prime.pl37 * 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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/winbuild/
H A DMakefile.vc19 !MESSAGE WITH_DEVEL=<path> - Paths for the development files (SSL, zlib, etc.)
32 !MESSAGE ENABLE_WINSSL=<yes or no> - Enable native Windows SSL support, defaults to yes
109 SSL = dll
112 SSL = static
146 CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-ssl-$(SSL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_ssl.c210 SSL *ssl;
240 struct event_base *base, int is_open, int flags, SSL *ssl1, SSL *ssl2,
269 SSL *ssl1, *ssl2;
353 SSL *ssl = SSL_new(get_ssl_ctx());

Completed in 228 milliseconds

1234567891011>>