Searched refs:client_authorities (Results 1 - 7 of 7) sorted by relevance

/external/chromium/net/test/
H A Dtest_server.h95 std::vector<FilePath> client_authorities; member in struct:net::TestServer::HTTPSOptions
H A Dtest_server.cc372 https_options_.client_authorities.begin();
373 it != https_options_.client_authorities.end(); ++it) {
/external/chromium_org/net/socket/
H A Dssl_client_socket_openssl_unittest.cc225 ssl_options.client_authorities.push_back(
247 ssl_options.client_authorities.push_back(
H A Dssl_client_socket_unittest.cc1811 ssl_options.client_authorities.push_back(
1813 ssl_options.client_authorities.push_back(
/external/chromium_org/net/test/spawned_test_server/
H A Dbase_test_server.h135 std::vector<base::FilePath> client_authorities; member in struct:net::BaseTestServer::SSLOptions
H A Dbase_test_server.cc360 for (it = ssl_options_.client_authorities.begin();
361 it != ssl_options_.client_authorities.end(); ++it) {
/external/chromium_org/chrome/browser/ssl/
H A Dssl_browser_tests.cc683 options.client_authorities.push_back(ca_path);

Completed in 116 milliseconds