Searched refs:dh_special (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dtest.sh12 -dh_special standard -v_peer -v_strict \
16 -dh_special standard -v_peer -v_strict \
H A Dtunala.c90 const char *dh_special, int tmp_rsa,
154 " -dh_special <NULL|generate|standard> (see below: def=NULL)\n"
172 "(2) Either dh_file or dh_special can be used to specify where DH parameters\n"
173 " will be obtained from (or '-dh_special NULL' for the default choice) but\n"
174 " you cannot specify both. For dh_special, 'generate' will create new DH\n"
196 * Default DH parameters for use with "-dh_special standard" ... stolen
277 static int parse_dh_special(const char *s, const char **dh_special) argument
281 *dh_special = s;
284 fprintf(stderr, "Error, '%s' is an invalid value for 'dh_special'\n", s);
340 const char *dh_special local
725 ctx_set_dh(SSL_CTX *ctx, const char *dh_file, const char *dh_special) argument
781 initialise_ssl_ctx(int server_mode, const char *engine_id, const char *CAfile, const char *cert, const char *key, const char *dcert, const char *dkey, const char *cipher_list, const char *dh_file, const char *dh_special, int tmp_rsa, int ctx_options, int out_state, int out_verify, int verify_mode, unsigned int verify_depth) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtest.sh12 -dh_special standard -v_peer -v_strict \
16 -dh_special standard -v_peer -v_strict \
H A Dtunala.c72 const char *dh_file, const char *dh_special, int tmp_rsa,
130 " -dh_special <NULL|generate|standard> (see below: def=NULL)\n"
148 "(2) Either dh_file or dh_special can be used to specify where DH parameters\n"
149 " will be obtained from (or '-dh_special NULL' for the default choice) but\n"
150 " you cannot specify both. For dh_special, 'generate' will create new DH\n"
171 /* Default DH parameters for use with "-dh_special standard" ... stolen striaght
247 static int parse_dh_special(const char *s, const char **dh_special) argument
251 *dh_special = s;
254 fprintf(stderr, "Error, '%s' is an invalid value for 'dh_special'\n", s);
310 const char *dh_special local
677 ctx_set_dh(SSL_CTX *ctx, const char *dh_file, const char *dh_special) argument
728 initialise_ssl_ctx(int server_mode, const char *engine_id, const char *CAfile, const char *cert, const char *key, const char *dcert, const char *dkey, const char *cipher_list, const char *dh_file, const char *dh_special, int tmp_rsa, int ctx_options, int out_state, int out_verify, int verify_mode, unsigned int verify_depth) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dtest.sh12 -dh_special standard -v_peer -v_strict \
16 -dh_special standard -v_peer -v_strict \
H A Dtunala.c90 const char *dh_special, int tmp_rsa,
154 " -dh_special <NULL|generate|standard> (see below: def=NULL)\n"
172 "(2) Either dh_file or dh_special can be used to specify where DH parameters\n"
173 " will be obtained from (or '-dh_special NULL' for the default choice) but\n"
174 " you cannot specify both. For dh_special, 'generate' will create new DH\n"
196 * Default DH parameters for use with "-dh_special standard" ... stolen
277 static int parse_dh_special(const char *s, const char **dh_special) argument
281 *dh_special = s;
284 fprintf(stderr, "Error, '%s' is an invalid value for 'dh_special'\n", s);
340 const char *dh_special local
725 ctx_set_dh(SSL_CTX *ctx, const char *dh_file, const char *dh_special) argument
781 initialise_ssl_ctx(int server_mode, const char *engine_id, const char *CAfile, const char *cert, const char *key, const char *dcert, const char *dkey, const char *cipher_list, const char *dh_file, const char *dh_special, int tmp_rsa, int ctx_options, int out_state, int out_verify, int verify_mode, unsigned int verify_depth) argument
[all...]

Completed in 123 milliseconds