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

  /external/chromium_org/net/http/
http_auth_sspi_win_unittest.cc 69 auth_sspi.ParseChallenge(&challenge));
82 auth_sspi.ParseChallenge(&first_challenge));
93 auth_sspi.ParseChallenge(&second_challenge));
106 auth_sspi.ParseChallenge(&challenge));
119 auth_sspi.ParseChallenge(&first_challenge));
128 auth_sspi.ParseChallenge(&second_challenge));
141 auth_sspi.ParseChallenge(&first_challenge));
150 auth_sspi.ParseChallenge(&second_challenge));
http_auth_handler_basic.h 48 bool ParseChallenge(HttpAuthChallengeTokenizer* challenge);
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_gssapi_posix_unittest.cc 188 auth_gssapi.ParseChallenge(&challenge));
201 auth_gssapi.ParseChallenge(&first_challenge));
213 auth_gssapi.ParseChallenge(&second_challenge));
226 auth_gssapi.ParseChallenge(&challenge));
239 auth_gssapi.ParseChallenge(&first_challenge));
249 auth_gssapi.ParseChallenge(&second_challenge));
262 auth_gssapi.ParseChallenge(&first_challenge));
272 auth_gssapi.ParseChallenge(&second_challenge));
http_auth_handler_basic.cc 60 return ParseChallenge(challenge);
63 bool HttpAuthHandlerBasic::ParseChallenge(
http_auth_handler_digest.h 92 FRIEND_TEST_ALL_PREFIXES(HttpAuthHandlerDigestTest, ParseChallenge);
127 bool ParseChallenge(HttpAuthChallengeTokenizer* challenge);
http_auth_handler_ntlm.h 137 HttpAuth::AuthorizationResult ParseChallenge(
http_auth_handler_negotiate.cc 165 return auth_system_.ParseChallenge(challenge);
206 auth_system_.ParseChallenge(challenge);
http_auth_sspi_win.h 138 HttpAuth::AuthorizationResult ParseChallenge(
http_auth_handler_digest.cc 138 return ParseChallenge(challenge);
189 bool HttpAuthHandlerDigest::ParseChallenge(
http_auth_gssapi_posix.h 244 HttpAuth::AuthorizationResult ParseChallenge(
http_auth_handler_digest_unittest.cc 86 TEST(HttpAuthHandlerDigestTest, ParseChallenge) {
90 // Expected return value of ParseChallenge.
http_auth_sspi_win.cc 229 HttpAuth::AuthorizationResult HttpAuthSSPI::ParseChallenge(
http_auth_gssapi_posix.cc 687 HttpAuth::AuthorizationResult HttpAuthGSSAPI::ParseChallenge(

Completed in 275 milliseconds