Searched refs:dhfile (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_server.c | 1000 char *dhfile = NULL; in s_server_main() local 1228 dhfile = opt_arg(); in s_server_main() 2031 if (dhfile != NULL) in s_server_main() 2032 dhpkey = load_keyparams(dhfile, FORMAT_UNDEF, 0, "DH", "DH parameters"); in s_server_main() 2066 if (dhfile != NULL) { in s_server_main()
|
/third_party/openssl/apps/ |
H A D | s_server.c | 1000 char *dhfile = NULL; in s_server_main() local 1228 dhfile = opt_arg(); in s_server_main() 2026 if (dhfile != NULL) in s_server_main() 2027 dhpkey = load_keyparams(dhfile, FORMAT_UNDEF, 0, "DH", "DH parameters"); in s_server_main() 2061 if (dhfile != NULL) { in s_server_main()
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 98 static char *dhfile = NULL; variable 10199 if (dhfile == NULL) in test_load_dhfile() 10212 if (!TEST_int_eq(SSL_CONF_cmd(cctx, "DHParameters", dhfile), 2)) in test_load_dhfile() 10590 OPT_TEST_DECLARE_USAGE("certfile privkeyfile srpvfile tmpfile provider config dhfile\n") 10621 || !TEST_ptr(dhfile = test_get_argument(5))) in setup_tests()
|
Completed in 21 milliseconds