Searched defs:ssl_key_filename (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/tools/flip_server/
H A Dflip_config.cc15 std::string ssl_key_filename,
31 ssl_key_filename_(ssl_key_filename),
90 VLOG(1) << "\tKey : " << ssl_key_filename;
107 std::string ssl_key_filename,
124 ssl_key_filename,
11 FlipAcceptor(enum FlipHandlerType flip_handler_type, std::string listen_ip, std::string listen_port, std::string ssl_cert_filename, std::string ssl_key_filename, std::string http_server_ip, std::string http_server_port, std::string https_server_ip, std::string https_server_port, int spdy_only, int accept_backlog_size, bool disable_nagle, int accepts_per_wake, bool reuseport, bool wait_for_iface, void* memory_cache) argument
103 AddAcceptor(enum FlipHandlerType flip_handler_type, std::string listen_ip, std::string listen_port, std::string ssl_cert_filename, std::string ssl_key_filename, std::string http_server_ip, std::string http_server_port, std::string https_server_ip, std::string https_server_port, int spdy_only, int accept_backlog_size, bool disable_nagle, int accepts_per_wake, bool reuseport, bool wait_for_iface, void* memory_cache) argument

Completed in 75 milliseconds