HomeSort by relevance Sort by last modified time
    Searched defs:ParseChallenge (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/http/
http_auth_handler_ntlm.cc 21 return ParseChallenge(challenge, false);
29 return ParseChallenge(tok, true) == HttpAuth::AUTHORIZATION_RESULT_ACCEPT;
103 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::ParseChallenge(
107 return auth_sspi_.ParseChallenge(tok);
http_auth_handler_basic.cc 60 return ParseChallenge(challenge);
63 bool HttpAuthHandlerBasic::ParseChallenge(
http_auth_handler_digest.cc 138 return ParseChallenge(challenge);
189 bool HttpAuthHandlerDigest::ParseChallenge(
http_auth_sspi_win.cc 229 HttpAuth::AuthorizationResult HttpAuthSSPI::ParseChallenge(
http_auth_gssapi_posix.cc 687 HttpAuth::AuthorizationResult HttpAuthGSSAPI::ParseChallenge(
  /external/chromium_org/components/data_reduction_proxy/browser/
http_auth_handler_data_reduction_proxy.cc 118 return ParseChallenge(challenge);
135 bool HttpAuthHandlerDataReductionProxy::ParseChallenge(

Completed in 529 milliseconds