Searched refs:dhfile (Results 1 – 2 of 2) sorted by relevance
1035 char *dhfile = NULL; in s_server_main() local1270 dhfile = opt_arg(); in s_server_main()2115 if (dhfile != NULL) in s_server_main()2116 dhpkey = load_keyparams(dhfile, FORMAT_UNDEF, 0, "DH", "DH parameters"); in s_server_main()2150 if (dhfile != NULL) { in s_server_main()
98 static char *dhfile = NULL; variable11032 if (dhfile == NULL) in test_load_dhfile()11045 if (!TEST_int_eq(SSL_CONF_cmd(cctx, "DHParameters", dhfile), 2)) in test_load_dhfile()12435 || !TEST_ptr(dhfile = test_get_argument(5))) in setup_tests()
Completed in 37 milliseconds