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

  /external/chromium/net/test/
test_server.h 95 std::vector<FilePath> client_authorities; member in struct:net::TestServer::HTTPSOptions
test_server.cc 372 https_options_.client_authorities.begin();
373 it != https_options_.client_authorities.end(); ++it) {
  /external/chromium_org/net/test/spawned_test_server/
base_test_server.h 135 std::vector<base::FilePath> client_authorities; member in struct:net::BaseTestServer::SSLOptions
base_test_server.cc 366 for (it = ssl_options_.client_authorities.begin();
367 it != ssl_options_.client_authorities.end(); ++it) {
  /external/chromium_org/net/socket/
ssl_client_socket_openssl_unittest.cc 274 ssl_options.client_authorities.push_back(
296 ssl_options.client_authorities.push_back(
ssl_client_socket_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ssl/
ssl_browser_tests.cc 684 options.client_authorities.push_back(ca_path);
    [all...]

Completed in 76 milliseconds