Searched refs:SSLOptions (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/net/test/spawned_test_server/
H A Dbase_test_server.cc31 const BaseTestServer::SSLOptions& options) {
34 BaseTestServer::SSLOptions::CERT_MISMATCHED_NAME) {
58 if (key_exchange & BaseTestServer::SSLOptions::KEY_EXCHANGE_RSA)
60 if (key_exchange & BaseTestServer::SSLOptions::KEY_EXCHANGE_DHE_RSA)
65 if (cipher & BaseTestServer::SSLOptions::BULK_CIPHER_RC4)
67 if (cipher & BaseTestServer::SSLOptions::BULK_CIPHER_AES128)
69 if (cipher & BaseTestServer::SSLOptions::BULK_CIPHER_AES256)
71 if (cipher & BaseTestServer::SSLOptions::BULK_CIPHER_3DES)
76 BaseTestServer::SSLOptions::TLSIntoleranceType type) {
78 case BaseTestServer::SSLOptions
92 BaseTestServer::SSLOptions::SSLOptions() function in class:net::BaseTestServer::SSLOptions
108 BaseTestServer::SSLOptions::SSLOptions( function in class:net::BaseTestServer::SSLOptions
[all...]
H A Dbase_test_server.h49 struct SSLOptions { struct in class:net::BaseTestServer
122 // Initialize a new SSLOptions using CERT_OK as the certificate.
123 SSLOptions();
125 // Initialize a new SSLOptions that will use the specified certificate.
126 explicit SSLOptions(ServerCertificate cert);
127 ~SSLOptions();
219 // Initialize a TestServer with a specific set of SSLOptions for HTTPS or WSS.
220 BaseTestServer(Type type, const SSLOptions& ssl_options);
312 SSLOptions ssl_options_;
H A Dremote_test_server.h26 // Initialize a TestServer with a specific set of SSLOptions.
29 const SSLOptions& ssl_options,
H A Dlocal_test_server.h35 // Initialize a TestServer with a specific set of SSLOptions.
38 const SSLOptions& ssl_options,
H A Dlocal_test_server.cc69 const SSLOptions& ssl_options,
H A Dremote_test_server.cc77 const SSLOptions& ssl_options,
/external/chromium_org/net/tools/testserver/
H A Drun_testserver.cc67 net::SpawnedTestServer::SSLOptions ssl_options;
77 net::SpawnedTestServer::SSLOptions::CERT_OK;
80 net::SpawnedTestServer::SSLOptions::CERT_MISMATCHED_NAME;
83 net::SpawnedTestServer::SSLOptions::CERT_EXPIRED;
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model_browsertest.cc29 net::SpawnedTestServer::SSLOptions(
30 net::SpawnedTestServer::SSLOptions::CERT_OK),
/external/chromium_org/chrome/browser/net/
H A Dwebsocket_browsertest.cc35 SSLOptions(SSLOptions::CERT_OK),
75 typedef net::SpawnedTestServer::SSLOptions SSLOptions; typedef in class:__anon4354::WebSocketBrowserTest
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_browsertest.cc53 SSLOptions(SSLOptions::CERT_OK),
121 typedef net::SpawnedTestServer::SSLOptions SSLOptions; typedef in class:TranslateBrowserTest
/external/chromium_org/net/socket/
H A Dssl_client_socket_openssl_unittest.cc115 bool ConnectToTestServer(SpawnedTestServer::SSLOptions& ssl_options) {
199 SpawnedTestServer::SSLOptions ssl_options;
217 SpawnedTestServer::SSLOptions ssl_options;
239 SpawnedTestServer::SSLOptions ssl_options;
H A Dssl_client_socket_unittest.cc704 bool StartTestServer(const SpawnedTestServer::SSLOptions& ssl_options) {
721 bool ConnectToTestServer(const SpawnedTestServer::SSLOptions& ssl_options) {
783 // Creates a test server with the given SSLOptions, connects to it and returns
786 SpawnedTestServer::SSLOptions ssl_options) {
902 void TestFalseStart(const SpawnedTestServer::SSLOptions& server_options,
1050 SpawnedTestServer::SSLOptions ssl_options(
1051 SpawnedTestServer::SSLOptions::CERT_EXPIRED);
1094 SpawnedTestServer::SSLOptions ssl_options(
1095 SpawnedTestServer::SSLOptions::CERT_MISMATCHED_NAME);
1140 SpawnedTestServer::SSLOptions ssl_option
[all...]
/external/chromium_org/content/browser/manifest/
H A Dmanifest_browsertest.cc180 net::BaseTestServer::SSLOptions(net::BaseTestServer::SSLOptions::CERT_OK),
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp/
H A Dsockets_tcp_apitest.cc95 net::BaseTestServer::SSLOptions(),
/external/chromium_org/net/url_request/
H A Durl_request_unittest.cc4978 SpawnedTestServer::SSLOptions ssl_options;
5020 SpawnedTestServer::SSLOptions ssl_options;
5048 SpawnedTestServer::SSLOptions ssl_options;
5075 SpawnedTestServer::SSLOptions ssl_options;
5114 SpawnedTestServer::SSLOptions ssl_options;
6494 SpawnedTestServer::SSLOptions ssl_options(
6495 SpawnedTestServer::SSLOptions::CERT_MISMATCHED_NAME);
6529 SpawnedTestServer::SSLOptions ssl_options(
6530 SpawnedTestServer::SSLOptions::CERT_EXPIRED);
6569 SpawnedTestServer::SSLOptions ssl_option
[all...]
H A Durl_fetcher_impl_unittest.cc1265 SpawnedTestServer::SSLOptions ssl_options(
1266 SpawnedTestServer::SSLOptions::CERT_EXPIRED);
/external/chromium_org/chrome/browser/ssl/
H A Dssl_browser_tests.cc178 SSLOptions(SSLOptions::CERT_OK),
181 SSLOptions(SSLOptions::CERT_EXPIRED),
184 SSLOptions(SSLOptions::CERT_MISMATCHED_NAME),
187 SSLOptions(SSLOptions::CERT_EXPIRED),
358 typedef net::SpawnedTestServer::SSLOptions SSLOptions; typedef in class:SSLUITest
[all...]
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_test_utils.cc41 net::BaseTestServer::SSLOptions(),
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_browsertest.cc1508 typedef net::BaseTestServer::SSLOptions SSLOptions; typedef in class:autofill::AutofillDialogControllerSecurityTest
1528 SSLOptions(SSLOptions::CERT_OK),
1538 SSLOptions(SSLOptions::CERT_EXPIRED),
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_browsertest.cc51 net::SpawnedTestServer::SSLOptions(
52 net::SpawnedTestServer::SSLOptions::CERT_OK),
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_browsertest.cc1623 net::SpawnedTestServer::SSLOptions ssl_options;
1625 net::SpawnedTestServer::SSLOptions::CERT_MISMATCHED_NAME;
1711 net::SpawnedTestServer::SSLOptions https_options;
1713 net::SpawnedTestServer::SSLOptions::CERT_MISMATCHED_NAME;
/external/chromium_org/chrome/test/ppapi/
H A Dppapi_test.cc194 net::BaseTestServer::SSLOptions(),
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc2915 net::SpawnedTestServer::SSLOptions ssl_options;
2917 net::SpawnedTestServer::SSLOptions::CERT_MISMATCHED_NAME;
2932 net::SpawnedTestServer::SSLOptions ssl_options;
2934 net::SpawnedTestServer::SSLOptions::CERT_MISMATCHED_NAME;
2956 net::SpawnedTestServer::SSLOptions ssl_options;
2958 net::SpawnedTestServer::SSLOptions::CERT_MISMATCHED_NAME;
3045 net::SpawnedTestServer::SSLOptions ssl_options;
3063 net::SpawnedTestServer::SSLOptions ssl_options;
3090 net::SpawnedTestServer::SSLOptions ssl_options;
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_browsertest.cc1188 net::SpawnedTestServer::SSLOptions(
1189 net::SpawnedTestServer::SSLOptions::CERT_OK),
/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt_browsertest.cc1257 net::SpawnedTestServer::SSLOptions(
1258 net::SpawnedTestServer::SSLOptions::CERT_EXPIRED),

Completed in 1475 milliseconds

12