HomeSort by relevance Sort by last modified time
    Searched full:auth_server (Results 26 - 46 of 46) sorted by null

12

  /external/chromium/net/http/
url_security_manager_win.cc 109 return whitelist_delegate_->IsValid(auth_origin, HttpAuth::AUTH_SERVER);
http_auth_controller.cc 75 case HttpAuth::AUTH_SERVER:
317 bool can_send_auth = (target_ != HttpAuth::AUTH_SERVER ||
447 if (target_ == HttpAuth::AUTH_SERVER && auth_url_.has_username() &&
http_auth.h 35 AUTH_SERVER = 1,
http_network_transaction.cc 662 HttpAuth::Target target = HttpAuth::AUTH_SERVER;
732 if (ShouldApplyServerAuth() && HaveAuth(HttpAuth::AUTH_SERVER))
733 auth_controllers_[HttpAuth::AUTH_SERVER]->AddAuthorizationHeader(
    [all...]
http_auth_handler_negotiate_unittest.cc 193 HttpAuth::AUTH_SERVER,
http_network_transaction_unittest.cc     [all...]
  /external/chromium_org/net/http/
url_security_manager_win.cc 109 return whitelist_delegate_->IsValid(auth_origin, HttpAuth::AUTH_SERVER);
http_auth_controller.cc 77 case HttpAuth::AUTH_SERVER:
314 bool can_send_auth = (target_ != HttpAuth::AUTH_SERVER ||
461 if (target_ == HttpAuth::AUTH_SERVER && auth_url_.has_username() &&
http_auth.h 35 AUTH_SERVER = 1,
http_auth_handler_negotiate_unittest.cc 191 HttpAuth::AUTH_SERVER,
357 HttpAuth::AUTH_SERVER,
http_network_transaction.cc 789 HttpAuth::Target target = HttpAuth::AUTH_SERVER;
855 if (ShouldApplyServerAuth() && HaveAuth(HttpAuth::AUTH_SERVER))
856 auth_controllers_[HttpAuth::AUTH_SERVER]->AddAuthorizationHeader(
    [all...]
http_pipelined_network_transaction_unittest.cc 594 HttpAuth::AUTH_SERVER,
597 auth_handler_factory_->AddMockHandler(mock_auth, HttpAuth::AUTH_SERVER);
    [all...]
http_pipelined_connection_impl.cc 732 HttpAuth::GetChallengeHeaderName(HttpAuth::AUTH_SERVER))) {
http_network_transaction_unittest.cc     [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 178 hapd->conf->radius->auth_server->shared_secret,
179 hapd->conf->radius->auth_server->shared_secret_len)) {
299 if (!hapd->conf->radius->auth_server)
  /external/chromium_org/chrome/browser/net/spdyproxy/
http_auth_handler_spdyproxy_unittest.cc 78 HttpAuth::Target targets[] = { HttpAuth::AUTH_SERVER, HttpAuth::AUTH_PROXY };
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 529 if (e->radius_conf && e->radius_conf->auth_server) {
530 os_free(e->radius_conf->auth_server->shared_secret);
531 os_free(e->radius_conf->auth_server);
841 e->radius_conf->auth_server = as;
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
policy_base.py 70 from autotest.cros import auth_server namespace
265 self._auth_server = auth_server.GoogleAuthServer()
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]
  /external/chromium/net/base/
net_log_event_type_list.h     [all...]
  /external/chromium_org/net/base/
net_log_event_type_list.h     [all...]

Completed in 647 milliseconds

12