Searched refs:no_dhe (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/crypto/openssl/ssl/
H A Dssltest.c344 fprintf(stderr, " -no_dhe - disable DHE\n");
547 int no_dhe = 0; local
630 } else if (strcmp(*argv, "-no_dhe") == 0)
631 no_dhe = 1;
903 if (!no_dhe) {
918 (void)no_dhe;
/freebsd-10.1-release/crypto/openssl/apps/
H A Ds_server.c587 BIO_printf(bio_err, " -no_dhe - Disable ephemeral DH\n");
1025 int no_tmp_rsa = 0, no_dhe = 0, nocert = 0; local
1241 } else if (strcmp(*argv, "-no_dhe") == 0) {
1242 no_dhe = 1;
1671 if (!no_dhe) {

Completed in 109 milliseconds