• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/

Lines Matching refs:SSL

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
210 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength);
217 static int init_ssl_connection(SSL *s);
219 static int generate_session_id(const SSL *ssl, unsigned char *id,
319 static int cert_status_cb(SSL *s, void *arg);
352 static unsigned int psk_server_cb(SSL *ssl, const char *identity,
429 static int MS_CALLBACK ssl_srp_server_param_cb(SSL *s, int *ad, void *arg)
577 BIO_printf(bio_err, " -state - Print the SSL states\n");
624 BIO_printf(bio_err, " -bugs - Turn on SSL bug compatibility\n");
640 " -id_prefix arg - Generate SSL/TLS session IDs prefixed by 'arg'\n");
860 static int MS_CALLBACK ssl_servername_cb(SSL *s, int *ad, void *arg)
904 static int cert_status_cb(SSL *s, void *arg)
1025 static int next_proto_cb(SSL *s, const unsigned char **data,
1043 static int alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen,
2165 SSL *con = NULL;
2559 BIO_printf(bio_s_out, "shutting down SSL\n");
2585 static int init_ssl_connection(SSL *con)
2774 SSL *con;
2970 "---\nCiphers common between both SSL end points:\n");
3177 SSL *con;
3339 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength)
3369 static int generate_session_id(const SSL *ssl, unsigned char *id,
3411 static int add_session(SSL *ssl, SSL_SESSION *session)
3447 static SSL_SESSION *get_session(SSL *ssl, unsigned char *id, int idlen,