Home
last modified time | relevance | path

Searched refs:dhfile (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Ds_server.c1133 char *dhfile = NULL; in s_server_main() local
1376 dhfile = opt_arg(); in s_server_main()
2220 if (dhfile != NULL) in s_server_main()
2221 dhpkey = load_keyparams(dhfile, FORMAT_UNDEF, 0, "DH", "DH parameters"); in s_server_main()
2255 if (dhfile != NULL) { in s_server_main()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c100 static char *dhfile = NULL; variable
11392 if (dhfile == NULL) in test_load_dhfile()
11405 if (!TEST_int_eq(SSL_CONF_cmd(cctx, "DHParameters", dhfile), 2)) in test_load_dhfile()
13618 || !TEST_ptr(dhfile = test_get_argument(5))) in setup_tests()