Home
last modified time | relevance | path

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

/external/chromium/net/test/
Dtest_server.cc49 const TestServer::HTTPSOptions& options) { in GetHostname()
52 TestServer::HTTPSOptions::CERT_MISMATCHED_NAME) { in GetHostname()
62 TestServer::HTTPSOptions::HTTPSOptions() in HTTPSOptions() function in net::TestServer::HTTPSOptions
65 bulk_ciphers(HTTPSOptions::BULK_CIPHER_ANY) {} in HTTPSOptions()
67 TestServer::HTTPSOptions::HTTPSOptions( in HTTPSOptions() function in net::TestServer::HTTPSOptions
68 TestServer::HTTPSOptions::ServerCertificate cert) in HTTPSOptions()
71 bulk_ciphers(HTTPSOptions::BULK_CIPHER_ANY) {} in HTTPSOptions()
73 TestServer::HTTPSOptions::~HTTPSOptions() {} in ~HTTPSOptions()
75 FilePath TestServer::HTTPSOptions::GetCertificateFile() const { in GetCertificateFile()
94 TestServer::TestServer(const HTTPSOptions& https_options, in TestServer()
[all …]
Dtest_server.h49 struct HTTPSOptions { struct
74 HTTPSOptions();
77 explicit HTTPSOptions(ServerCertificate cert);
78 ~HTTPSOptions();
106 TestServer(const HTTPSOptions& https_options,
197 HTTPSOptions https_options_;
/external/chromium/net/socket/
Dssl_client_socket_unittest.cc107 net::TestServer::HTTPSOptions https_options( in TEST_F()
108 net::TestServer::HTTPSOptions::CERT_EXPIRED); in TEST_F()
150 net::TestServer::HTTPSOptions https_options( in TEST_F()
151 net::TestServer::HTTPSOptions::CERT_MISMATCHED_NAME); in TEST_F()
195 net::TestServer::HTTPSOptions https_options; in TEST_F()
255 net::TestServer::HTTPSOptions https_options; in TEST_F()
571 net::TestServer::HTTPSOptions https_options; in TEST_F()
574 net::TestServer::HTTPSOptions::BULK_CIPHER_RC4; in TEST_F()
/external/chromium/chrome/browser/ssl/
Dssl_browser_tests.cc22 typedef net::TestServer::HTTPSOptions HTTPSOptions; typedef in SSLUITest
27 HTTPSOptions(HTTPSOptions::CERT_OK), FilePath(kDocRoot)), in SSLUITest()
29 HTTPSOptions(HTTPSOptions::CERT_EXPIRED), FilePath(kDocRoot)), in SSLUITest()
31 HTTPSOptions(HTTPSOptions::CERT_MISMATCHED_NAME), in SSLUITest()
/external/chromium/chrome/common/net/
Durl_fetcher_unittest.cc647 net::TestServer::HTTPSOptions https_options(
648 net::TestServer::HTTPSOptions::CERT_EXPIRED);
/external/chromium/net/url_request/
Durl_request_unittest.cc505 TestServer::HTTPSOptions https_options( in TEST_F()
506 TestServer::HTTPSOptions::CERT_MISMATCHED_NAME); in TEST_F()
537 TestServer::HTTPSOptions https_options( in TEST_F()
538 TestServer::HTTPSOptions::CERT_EXPIRED); in TEST_F()
597 TestServer::HTTPSOptions https_options; in TEST_F()