Searched refs:SSL (Results 126 - 150 of 281) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dheartbeat_test.c61 SSL *s;
63 int (*process_heartbeat) (SSL *s);
90 fprintf(stderr, "Failed to allocate SSL for test: %s\n",
143 static int dummy_handshake(SSL *s)
198 SSL *s = fixture.s;
H A Dssl_stat.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
88 const char *SSL_state_string_long(const SSL *s)
94 str = "before SSL initialization";
103 str = "SSL negotiation finished successfully";
106 str = "SSL renegotiate ciphers";
112 str = "ok/connect SSL initialization";
118 str = "ok/accept SSL initializatio
[all...]
H A Ds3_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
135 static int do_ssl3_write(SSL *s, int type, const unsigned char *buf,
137 static int ssl3_get_record(SSL *s);
139 int ssl3_read_n(SSL *s, int n, int max, int extend)
306 static int ssl3_get_record(SSL *s)
525 * SSL 3.0 only has 'bad_record_mac'. But unless a decryption
592 int ssl3_do_uncompress(SSL *ss
[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
128 static int tls_decrypt_ticket(SSL *s, const unsigned char *tick, int ticklen,
131 static int ssl_check_clienthello_tlsext_early(SSL *s);
132 int ssl_check_serverhello_tlsext(SSL *s);
202 int tls1_new(SSL *s)
210 void tls1_free(SSL *s)
220 void tls1_clear(SSL *
[all...]
H A Dssl_rsa.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
69 int SSL_use_certificate(SSL *ssl, X509 *x)
83 int SSL_use_certificate_file(SSL *ssl, const char *file, int type)
127 int SSL_use_certificate_ASN1(SSL *ssl, const unsigned char *d, int len)
144 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa)
242 int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type)
284 int SSL_use_RSAPrivateKey_ASN1(SSL *ss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/ssl/
H A Dinetdsrv.cpp30 SSL* ssl;
57 fprintf (log, "SSL connection using %s\n", SSL_get_cipher (ssl));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds23_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
120 int ssl23_get_client_hello(SSL *s);
140 int ssl23_accept(SSL *s)
144 void (*cb)(const SSL *ssl,int type,int val)=NULL;
231 int ssl23_get_client_hello(SSL *s)
234 * We can detect SSL 3.0/TLS 1.0 Client Hellos
330 * No known SSL 3.
[all...]
H A Dssl_stat.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
62 const char *SSL_state_string_long(const SSL *s)
68 case SSL_ST_BEFORE: str="before SSL initialization"; break;
71 case SSL_ST_OK: str="SSL negotiation finished successfully"; break;
72 case SSL_ST_RENEGOTIATE: str="SSL renegotiate ciphers"; break;
74 case SSL_ST_OK|SSL_ST_CONNECT: str="ok/connect SSL initialization"; break;
76 case SSL_ST_OK|SSL_ST_ACCEPT: str="ok/accept SSL initializatio
[all...]
H A Dd1_srvr.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
129 static int dtls1_send_hello_verify_request(SSL *s);
144 int dtls1_accept(SSL *s)
148 void (*cb)(const SSL *ssl,int type,int val)=NULL;
367 * (see section "Certificate request" in SSL 3 drafts
371 * (against the specs, but s3_clnt.c accepts this for SSL 3) */
591 int dtls1_send_hello_request(SSL *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/bio/
H A Dclient-arg.c11 SSL *ssl;
73 fprintf(stderr, "Can't locate SSL pointer\n");
92 fprintf(stderr, "Error establishing SSL connection\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/ssl/
H A Dinetdsrv.cpp30 SSL* ssl;
57 fprintf (log, "SSL connection using %s\n", SSL_get_cipher (ssl));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dheartbeat_test.c61 SSL *s;
63 int (*process_heartbeat) (SSL *s);
90 fprintf(stderr, "Failed to allocate SSL for test: %s\n",
143 static int dummy_handshake(SSL *s)
198 SSL *s = fixture.s;
H A Dssl_stat.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
88 const char *SSL_state_string_long(const SSL *s)
94 str = "before SSL initialization";
103 str = "SSL negotiation finished successfully";
106 str = "SSL renegotiate ciphers";
112 str = "ok/connect SSL initialization";
118 str = "ok/accept SSL initializatio
[all...]
H A Ds3_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
135 static int do_ssl3_write(SSL *s, int type, const unsigned char *buf,
137 static int ssl3_get_record(SSL *s);
139 int ssl3_read_n(SSL *s, int n, int max, int extend)
306 static int ssl3_get_record(SSL *s)
525 * SSL 3.0 only has 'bad_record_mac'. But unless a decryption
592 int ssl3_do_uncompress(SSL *ss
[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
128 static int tls_decrypt_ticket(SSL *s, const unsigned char *tick, int ticklen,
131 static int ssl_check_clienthello_tlsext_early(SSL *s);
132 int ssl_check_serverhello_tlsext(SSL *s);
202 int tls1_new(SSL *s)
210 void tls1_free(SSL *s)
220 void tls1_clear(SSL *
[all...]
H A Dssl_rsa.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
69 int SSL_use_certificate(SSL *ssl, X509 *x)
83 int SSL_use_certificate_file(SSL *ssl, const char *file, int type)
127 int SSL_use_certificate_ASN1(SSL *ssl, const unsigned char *d, int len)
144 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa)
242 int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type)
284 int SSL_use_RSAPrivateKey_ASN1(SSL *ss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp32 // We use the OpenSSL implementation of SSL....
77 SSL *ssl = nil;
105 // Init SSL stuff
112 // Pick the SSL method
119 // Create an SSL thingey and try to negotiate the connection
129 SetErrorMessageAndLongIntAndBail("OpenSSL: Can't initiate SSL connection, SSL_connect() = ",errCode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp32 // We use the OpenSSL implementation of SSL....
77 SSL *ssl = nil;
105 // Init SSL stuff
112 // Pick the SSL method
119 // Create an SSL thingey and try to negotiate the connection
129 SetErrorMessageAndLongIntAndBail("OpenSSL: Can't initiate SSL connection, SSL_connect() = ",errCode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/easy_tls/
H A Deasy-tls.c909 static int tls_connect_attempt(SSL *, int *write_select, int *read_select,
913 static int tls_accept_attempt(SSL *, int *write_select, int *read_select,
917 static int tls_write_attempt(SSL *, struct tunnelbuf *, int *write_select,
921 static int tls_read_attempt(SSL *, struct tunnelbuf *, int *write_select,
931 static void write_info(SSL *ssl, int *info_fd)
973 SSL *ssl;
1137 tls_get_error(SSL *ssl, int r, int *write_select, int *read_select,
1170 tls_connect_attempt(SSL *ssl, int *write_select, int *read_select,
1185 tls_accept_attempt(SSL *ssl, int *write_select, int *read_select, int *closed,
1200 tls_write_attempt(SSL *ss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Deasy-tls.c873 static int tls_connect_attempt(SSL *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
875 static int tls_accept_attempt(SSL *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
877 static int tls_write_attempt(SSL *, struct tunnelbuf *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
879 static int tls_read_attempt(SSL *, struct tunnelbuf *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
885 static void write_info(SSL *ssl, int *info_fd)
928 SSL *ssl;
1076 tls_get_error(SSL *ssl, int r, int *write_select, int *read_select, int *closed, int *progress)
1108 tls_connect_attempt(SSL *ssl, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref)
1122 tls_accept_attempt(SSL *ssl, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref)
1136 tls_write_attempt(SSL *ss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.c909 static int tls_connect_attempt(SSL *, int *write_select, int *read_select,
913 static int tls_accept_attempt(SSL *, int *write_select, int *read_select,
917 static int tls_write_attempt(SSL *, struct tunnelbuf *, int *write_select,
921 static int tls_read_attempt(SSL *, struct tunnelbuf *, int *write_select,
931 static void write_info(SSL *ssl, int *info_fd)
973 SSL *ssl;
1137 tls_get_error(SSL *ssl, int r, int *write_select, int *read_select,
1170 tls_connect_attempt(SSL *ssl, int *write_select, int *read_select,
1185 tls_accept_attempt(SSL *ssl, int *write_select, int *read_select, int *closed,
1200 tls_write_attempt(SSL *ss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dbuild_vms.com6 $! SSL support is controlled by logical names. If SSL$INCLUDE is
7 $! defined, then it is assumed that HP's SSL product has been installed.
8 $! If OPENSSL is defined, but SSL$INCLUDE is not, then OpenSSL will be
9 $! used. If neither logical name is defined, then SSL support will not
11 $! specified to override the automatic SSL selection.
48 $! NOHPSSL Don't use HP SSL, even if available.
52 $! NOSSL Don't use any SSL, even if available.
71 $! 6-FEB-2004, MSK, put in various SSL support bits
81 $! USE_SSLEAY to define if the target has SSL suppor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh7720.c402 DMAC1, LCDC, SSL, enumerator in enum:__anon10251
424 INTC_VECT(SSL, 0x980),
446 { 0xA414001AUL, 0, 16, 4, /* IPRE */ { DMAC1, 0, LCDC, SSL } },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/objects/
H A Dobjects.pl132 * 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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/bio/
H A Dclient-conf.c12 SSL *ssl = NULL;
81 fprintf(stderr, "Can't locate SSL pointer\n");
100 fprintf(stderr, "Error establishing SSL connection\n");

Completed in 482 milliseconds

1234567891011>>