Searched refs:SSL (Results 26 - 50 of 281) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
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)
93 int ssl23_read_bytes(SSL *s, int n)
H A Ds2_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
237 int ssl2_pending(const SSL *s)
242 int ssl2_new(SSL *s)
273 void ssl2_free(SSL *s)
288 void ssl2_clear(SSL *s)
308 long ssl2_ctrl(SSL *s, int cmd, long larg, void *parg)
323 long ssl2_callback_ctrl(SSL *
[all...]
H A Dbio_ssl.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
77 SSL *ssl; /* The ssl handle :-) */
144 SSL *ssl;
232 SSL *ssl;
298 SSL **sslp,*ssl;
353 ssl=(SSL *)ptr;
368 sslp=(SSL **)pt
[all...]
H A Dd1_both.c62 * 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 void dtls1_fix_message_header(SSL *s, unsigned long frag_off,
134 static unsigned char *dtls1_write_message_header(SSL *s,
136 static void dtls1_set_message_header_int(SSL *s, unsigned char mt,
139 static int dtls1_retransmit_buffered_messages(SSL *s);
140 static long dtls1_get_message_fragment(SSL *s, int st1, int stn,
142 static void dtls1_process_handshake_fragment(SSL *
[all...]
H A Dssl_sess.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
68 SSL_SESSION *SSL_get_session(const SSL *ssl)
74 SSL_SESSION *SSL_get1_session(SSL *ssl)
142 * very close to 2^128 (or 2^256) SSL sessions to our server. How you might
146 static int def_generate_session_id(const SSL *ssl, unsigned char *id,
169 int ssl_get_new_session(SSL *s, int session)
281 int ssl_get_prev_session(SSL *
[all...]
H A Dd1_pkt.c62 * 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
124 static int have_handshake_fragment(SSL *s, int type, unsigned char *buf,
126 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap,
128 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap);
129 static DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr,
132 static int dtls1_record_needs_buffering(SSL *s, SSL3_RECORD *rr,
135 static int dtls1_buffer_record(SSL *
[all...]
H A Ds3_enc.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
133 static int ssl3_handshake_mac(SSL *s, EVP_MD_CTX *in_ctx,
136 static int ssl3_generate_key_block(SSL *s, unsigned char *km, int num)
191 int ssl3_change_cipher_state(SSL *s, int which)
359 int ssl3_setup_key_block(SSL *s)
424 void ssl3_cleanup_key_block(SSL *s)
436 int ssl3_enc(SSL *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
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)
H A Ds2_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
320 int ssl2_pending(const SSL *s)
325 int ssl2_new(SSL *s)
362 void ssl2_free(SSL *s)
379 void ssl2_clear(SSL *s)
399 long ssl2_ctrl(SSL *s, int cmd, long larg, void *parg)
415 long ssl2_callback_ctrl(SSL *
[all...]
H A Dd1_srtp.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
214 int SSL_set_tlsext_use_srtp(SSL *s, const char *profiles)
219 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *s)
232 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s)
240 int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p, int *len,
280 int ssl_parse_clienthello_use_srtp_ext(SSL *s, unsigned char *d, int len,
361 int ssl_add_serverhello_use_srtp_ext(SSL *
[all...]
H A Dbio_ssl.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
76 SSL *ssl; /* The ssl handle :-) */
142 SSL *ssl;
225 SSL *ssl;
289 SSL **sslp, *ssl;
347 ssl = (SSL *)ptr;
360 sslp = (SSL **)pt
[all...]
H A Dt1_reneg.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
116 int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len,
146 int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, int len,
195 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,
H A Dtls_srp.c230 int SSL_srp_server_param_with_username(SSL *s, int *ad)
266 int SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass,
289 int SSL_set_srp_server_param(SSL *s, const BIGNUM *N, const BIGNUM *g,
337 int SRP_generate_server_master_secret(SSL *s, unsigned char *master_key)
371 int SRP_generate_client_master_secret(SSL *s, unsigned char *master_key)
422 int srp_verify_server_param(SSL *s, int *al)
453 int SRP_Calc_A_param(SSL *s)
469 BIGNUM *SSL_get_srp_g(SSL *s)
476 BIGNUM *SSL_get_srp_N(SSL *s)
483 char *SSL_get_srp_username(SSL *
[all...]
H A Dd1_both.c62 * 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, unsigned char *p);
166 static void dtls1_set_message_header_int(SSL *s, unsigned char mt,
171 static long dtls1_get_message_fragment(SSL *s, int st1, int stn, long max,
230 static int dtls1_query_mtu(SSL *s)
264 int dtls1_do_write(SSL *
[all...]
H A Dd1_pkt.c62 * 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
184 static int have_handshake_fragment(SSL *s, int type, unsigned char *buf,
186 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap);
187 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap);
188 static DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr,
191 static int dtls1_record_needs_buffering(SSL *s, SSL3_RECORD *rr,
195 static int dtls1_buffer_record(SSL *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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
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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds2_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
320 int ssl2_pending(const SSL *s)
325 int ssl2_new(SSL *s)
362 void ssl2_free(SSL *s)
379 void ssl2_clear(SSL *s)
399 long ssl2_ctrl(SSL *s, int cmd, long larg, void *parg)
415 long ssl2_callback_ctrl(SSL *
[all...]
H A Dd1_srtp.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
214 int SSL_set_tlsext_use_srtp(SSL *s, const char *profiles)
219 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *s)
232 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s)
240 int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p, int *len,
280 int ssl_parse_clienthello_use_srtp_ext(SSL *s, unsigned char *d, int len,
361 int ssl_add_serverhello_use_srtp_ext(SSL *
[all...]
H A Dbio_ssl.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
76 SSL *ssl; /* The ssl handle :-) */
142 SSL *ssl;
225 SSL *ssl;
289 SSL **sslp, *ssl;
347 ssl = (SSL *)ptr;
360 sslp = (SSL **)pt
[all...]
H A Dt1_reneg.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
116 int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len,
146 int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, int len,
195 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,
H A Dtls_srp.c230 int SSL_srp_server_param_with_username(SSL *s, int *ad)
266 int SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass,
289 int SSL_set_srp_server_param(SSL *s, const BIGNUM *N, const BIGNUM *g,
337 int SRP_generate_server_master_secret(SSL *s, unsigned char *master_key)
371 int SRP_generate_client_master_secret(SSL *s, unsigned char *master_key)
422 int srp_verify_server_param(SSL *s, int *al)
453 int SRP_Calc_A_param(SSL *s)
469 BIGNUM *SSL_get_srp_g(SSL *s)
476 BIGNUM *SSL_get_srp_N(SSL *s)
483 char *SSL_get_srp_username(SSL *
[all...]
H A Dd1_both.c62 * 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, unsigned char *p);
166 static void dtls1_set_message_header_int(SSL *s, unsigned char mt,
171 static long dtls1_get_message_fragment(SSL *s, int st1, int stn, long max,
230 static int dtls1_query_mtu(SSL *s)
264 int dtls1_do_write(SSL *
[all...]
H A Dd1_pkt.c62 * 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
184 static int have_handshake_fragment(SSL *s, int type, unsigned char *buf,
186 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap);
187 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap);
188 static DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr,
191 static int dtls1_record_needs_buffering(SSL *s, SSL3_RECORD *rr,
195 static int dtls1_buffer_record(SSL *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dopenssl.c0 /* SSL support via OpenSSL library.
51 /* Application-wide SSL context. This is common to all SSL
55 /* Initialize the SSL's PRNG using various methods. */
138 it doesn't depend specifically on OpenSSL for SSL functionality.) */
154 /* Create an SSL Context and set default paths etc. Called the first
165 /* The SSL has already been initialized. */
249 SSL *conn; /* SSL connection handle */
258 SSL *con
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A Dmakevms.com11 $! This procedure creates the SSL libraries of "[.xxx.EXE.CRYPTO]LIBCRYPTO.OLB"
12 $! "[.xxx.EXE.SSL]LIBSSL.OLB"
27 $! SSL Just build the "[.xxx.EXE.SSL]LIBSSL.OLB" library.
28 $! SSL_TASK Just build the "[.xxx.EXE.SSL]SSL_TASK.EXE" program.
126 $! Build The [.xxx.EXE.SSL]LIBSSL.OLB Library.
128 $ GOSUB SSL
130 $! Build The [.xxx.EXE.SSL]SSL_TASK.EXE DECNet SSL Engine.
404 $! Copy all the *TEST.C files from [.SSL
[all...]

Completed in 208 milliseconds

1234567891011>>