Home
last modified time | relevance | path

Searched refs:dh_param_file (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/src/
DHttpServer.h62 std::string dh_param_file; member
Dnghttpd.cc354 config.dh_param_file = optarg; in main()
Dshrpx_tls.cc1024 if (!tlsconf.dh_param_file.empty()) { in create_ssl_context()
1026 auto bio = BIO_new_file(tlsconf.dh_param_file.c_str(), "rb"); in create_ssl_context()
1320 if (!tlsconf.dh_param_file.empty()) { in create_quic_ssl_context()
1322 auto bio = BIO_new_file(tlsconf.dh_param_file.c_str(), "rb"); in create_quic_ssl_context()
DHttpServer.cc2182 if (!config_->dh_param_file.empty()) { in run()
2184 auto bio = BIO_new_file(config_->dh_param_file.c_str(), "rb"); in run()
Dshrpx_config.h771 StringRef dh_param_file; member
Dshrpx_config.cc3183 config->tls.dh_param_file = make_string_ref(config->balloc, optarg); in parse_config()