HomeSort by relevance Sort by last modified time
    Searched refs:ssl_options (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/net/socket/
ssl_client_socket_openssl_unittest.cc 115 bool ConnectToTestServer(SpawnedTestServer::SSLOptions& ssl_options) {
117 ssl_options,
199 SpawnedTestServer::SSLOptions ssl_options; local
200 ssl_options.request_client_certificate = true;
202 ASSERT_TRUE(ConnectToTestServer(ssl_options));
217 SpawnedTestServer::SSLOptions ssl_options; local
218 ssl_options.request_client_certificate = true;
219 ssl_options.client_authorities.push_back(
222 ASSERT_TRUE(ConnectToTestServer(ssl_options));
239 SpawnedTestServer::SSLOptions ssl_options; local
    [all...]
ssl_client_socket_unittest.cc 702 // Starts the test server with SSL configuration |ssl_options|. Returns true
704 bool StartTestServer(const SpawnedTestServer::SSLOptions& ssl_options) {
706 SpawnedTestServer::TYPE_HTTPS, ssl_options, base::FilePath()));
721 bool ConnectToTestServer(const SpawnedTestServer::SSLOptions& ssl_options) {
722 if (!StartTestServer(ssl_options))
786 SpawnedTestServer::SSLOptions ssl_options) {
788 SpawnedTestServer::TYPE_HTTPS, ssl_options, base::FilePath());
1140 SpawnedTestServer::SSLOptions ssl_options; local
1199 SpawnedTestServer::SSLOptions ssl_options; local
2227 SpawnedTestServer::SSLOptions ssl_options; local
2550 SpawnedTestServer::SSLOptions ssl_options; local
2584 SpawnedTestServer::SSLOptions ssl_options; local
2603 SpawnedTestServer::SSLOptions ssl_options; local
2616 SpawnedTestServer::SSLOptions ssl_options; local
2669 SpawnedTestServer::SSLOptions ssl_options; local
2716 SpawnedTestServer::SSLOptions ssl_options; local
2880 SpawnedTestServer::SSLOptions ssl_options; local
3053 SpawnedTestServer::SSLOptions ssl_options; local
3075 SpawnedTestServer::SSLOptions ssl_options; local
3097 SpawnedTestServer::SSLOptions ssl_options; local
    [all...]
  /external/chromium_org/net/tools/testserver/
run_testserver.cc 67 net::SpawnedTestServer::SSLOptions ssl_options; local
76 ssl_options.server_certificate =
79 ssl_options.server_certificate =
82 ssl_options.server_certificate =
101 new net::SpawnedTestServer(server_type, ssl_options, doc_root));
  /external/chromium_org/net/test/spawned_test_server/
remote_test_server.h 29 const SSLOptions& ssl_options,
local_test_server.h 38 const SSLOptions& ssl_options,
local_test_server.cc 69 const SSLOptions& ssl_options,
71 : BaseTestServer(type, ssl_options) {
remote_test_server.cc 77 const SSLOptions& ssl_options,
79 : BaseTestServer(type, ssl_options),
base_test_server.cc 177 BaseTestServer::BaseTestServer(Type type, const SSLOptions& ssl_options)
178 : ssl_options_(ssl_options),
184 Init(GetHostname(type, ssl_options));
base_test_server.h 220 BaseTestServer(Type type, const SSLOptions& ssl_options);
  /external/chromium_org/net/url_request/
url_request_unittest.cc 4978 SpawnedTestServer::SSLOptions ssl_options; local
5020 SpawnedTestServer::SSLOptions ssl_options; local
5048 SpawnedTestServer::SSLOptions ssl_options; local
5075 SpawnedTestServer::SSLOptions ssl_options; local
5114 SpawnedTestServer::SSLOptions ssl_options; local
6833 SpawnedTestServer::SSLOptions ssl_options; local
6871 SpawnedTestServer::SSLOptions ssl_options; local
6962 SpawnedTestServer::SSLOptions ssl_options; local
7397 SpawnedTestServer::SSLOptions ssl_options; local
    [all...]
url_fetcher_impl_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_browsertest.cc 2915 net::SpawnedTestServer::SSLOptions ssl_options; local
2932 net::SpawnedTestServer::SSLOptions ssl_options; local
2956 net::SpawnedTestServer::SSLOptions ssl_options; local
3045 net::SpawnedTestServer::SSLOptions ssl_options; local
3063 net::SpawnedTestServer::SSLOptions ssl_options; local
3090 net::SpawnedTestServer::SSLOptions ssl_options; local
    [all...]
  /external/chromium_org/chrome/browser/apps/
web_view_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_browsertest.cc 1623 net::SpawnedTestServer::SSLOptions ssl_options; local
    [all...]

Completed in 774 milliseconds