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

/freebsd-11.0-release/crypto/openssl/ssl/
H A Dssltest.c756 fprintf(stderr, " -no_dhe - disable DHE\n");
979 int no_dhe = 0; local
1062 } else if (strcmp(*argv, "-no_dhe") == 0)
1063 no_dhe = 1;
1402 if (!no_dhe) {
1419 (void)no_dhe;
/freebsd-11.0-release/crypto/openssl/apps/
H A Ds_server.c608 BIO_printf(bio_err, " -no_dhe - Disable ephemeral DH\n");
1094 int no_tmp_rsa = 0, no_dhe = 0, no_ecdhe = 0, nocert = 0; local
1393 } else if (strcmp(*argv, "-no_dhe") == 0) {
1394 no_dhe = 1;
1896 if (!no_dhe) {

Completed in 86 milliseconds