Searched refs:SSL_CONF_CTX (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_conf.c130 static int ssl_match_option(SSL_CONF_CTX *cctx, const ssl_flag_tbl *tbl,
162 SSL_CONF_CTX *cctx = usr;
191 static int ctrl_str_option(SSL_CONF_CTX *cctx, const char *cmd)
226 static int cmd_SignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value)
238 static int cmd_ClientSignatureAlgorithms(SSL_CONF_CTX *cctx,
250 static int cmd_Curves(SSL_CONF_CTX *cctx, const char *value)
263 static int cmd_ECDHParameters(SSL_CONF_CTX *cctx, const char *value)
313 static int cmd_CipherString(SSL_CONF_CTX *cctx, const char *value)
323 static int cmd_Protocol(SSL_CONF_CTX *cctx, const char *value)
348 static int cmd_Options(SSL_CONF_CTX *cct
[all...]
H A Dsslv2conftest.c68 SSL_CONF_CTX *confctx;
H A Dssl.h378 typedef struct ssl_conf_ctx_st SSL_CONF_CTX; typedef in typeref:struct:ssl_conf_ctx_st
2569 SSL_CONF_CTX *SSL_CONF_CTX_new(void);
2570 int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx);
2571 void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx);
2572 unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags);
2573 unsigned int SSL_CONF_CTX_clear_flags(SSL_CONF_CTX *cctx, unsigned int flags);
2574 int SSL_CONF_CTX_set1_prefix(SSL_CONF_CTX *cctx, const char *pre);
2576 void SSL_CONF_CTX_set_ssl(SSL_CONF_CTX *cctx, SSL *ssl);
2577 void SSL_CONF_CTX_set_ssl_ctx(SSL_CONF_CTX *cctx, SSL_CTX *ctx);
2579 int SSL_CONF_cmd(SSL_CONF_CTX *cct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_conf.c130 static int ssl_match_option(SSL_CONF_CTX *cctx, const ssl_flag_tbl *tbl,
162 SSL_CONF_CTX *cctx = usr;
191 static int ctrl_str_option(SSL_CONF_CTX *cctx, const char *cmd)
226 static int cmd_SignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value)
238 static int cmd_ClientSignatureAlgorithms(SSL_CONF_CTX *cctx,
250 static int cmd_Curves(SSL_CONF_CTX *cctx, const char *value)
263 static int cmd_ECDHParameters(SSL_CONF_CTX *cctx, const char *value)
313 static int cmd_CipherString(SSL_CONF_CTX *cctx, const char *value)
323 static int cmd_Protocol(SSL_CONF_CTX *cctx, const char *value)
348 static int cmd_Options(SSL_CONF_CTX *cct
[all...]
H A Dsslv2conftest.c68 SSL_CONF_CTX *confctx;
H A Dssl.h378 typedef struct ssl_conf_ctx_st SSL_CONF_CTX; typedef in typeref:struct:ssl_conf_ctx_st
2569 SSL_CONF_CTX *SSL_CONF_CTX_new(void);
2570 int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx);
2571 void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx);
2572 unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags);
2573 unsigned int SSL_CONF_CTX_clear_flags(SSL_CONF_CTX *cctx, unsigned int flags);
2574 int SSL_CONF_CTX_set1_prefix(SSL_CONF_CTX *cctx, const char *pre);
2576 void SSL_CONF_CTX_set_ssl(SSL_CONF_CTX *cctx, SSL *ssl);
2577 void SSL_CONF_CTX_set_ssl_ctx(SSL_CONF_CTX *cctx, SSL_CTX *ctx);
2579 int SSL_CONF_cmd(SSL_CONF_CTX *cct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_apps.h201 int args_ssl(char ***pargs, int *pargc, SSL_CONF_CTX *cctx,
203 int args_ssl_call(SSL_CTX *ctx, BIO *err, SSL_CONF_CTX *cctx,
H A Ds_cb.c1509 int args_ssl(char ***pargs, int *pargc, SSL_CONF_CTX *cctx,
1552 int args_ssl_call(SSL_CTX *ctx, BIO *err, SSL_CONF_CTX *cctx,
H A Ds_client.c743 SSL_CONF_CTX *cctx = NULL;
H A Ds_server.c1140 SSL_CONF_CTX *cctx = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_apps.h201 int args_ssl(char ***pargs, int *pargc, SSL_CONF_CTX *cctx,
203 int args_ssl_call(SSL_CTX *ctx, BIO *err, SSL_CONF_CTX *cctx,
H A Ds_cb.c1509 int args_ssl(char ***pargs, int *pargc, SSL_CONF_CTX *cctx,
1552 int args_ssl_call(SSL_CTX *ctx, BIO *err, SSL_CONF_CTX *cctx,
H A Ds_client.c743 SSL_CONF_CTX *cctx = NULL;
H A Ds_server.c1140 SSL_CONF_CTX *cctx = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/bio/
H A Dclient-arg.c10 SSL_CONF_CTX *cctx;
H A Dserver-arg.c20 SSL_CONF_CTX *cctx;
H A Dclient-conf.c11 SSL_CONF_CTX *cctx = NULL;
H A Dserver-conf.c22 SSL_CONF_CTX *cctx = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/bio/
H A Dclient-arg.c10 SSL_CONF_CTX *cctx;
H A Dserver-arg.c20 SSL_CONF_CTX *cctx;
H A Dclient-conf.c11 SSL_CONF_CTX *cctx = NULL;
H A Dserver-conf.c22 SSL_CONF_CTX *cctx = NULL;

Completed in 120 milliseconds