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

  /external/chromium/net/http/
http_auth_handler_ntlm.cc 20 return ParseChallenge(challenge, false);
28 return ParseChallenge(tok, true) == HttpAuth::AUTHORIZATION_RESULT_ACCEPT;
110 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::ParseChallenge(
114 return auth_sspi_.ParseChallenge(tok);
http_auth_handler_basic.cc 29 return ParseChallenge(challenge);
32 bool HttpAuthHandlerBasic::ParseChallenge(
http_auth_handler_digest.cc 135 return ParseChallenge(challenge);
191 bool HttpAuthHandlerDigest::ParseChallenge(
http_auth_sspi_win.cc 224 HttpAuth::AuthorizationResult HttpAuthSSPI::ParseChallenge(
http_auth_gssapi_posix.cc 681 HttpAuth::AuthorizationResult HttpAuthGSSAPI::ParseChallenge(

Completed in 24 milliseconds