Searched refs:ParseChallenge (Results 1 - 14 of 14) sorted by relevance

/external/chromium/net/http/
H A Dhttp_auth_sspi_win_unittest.cc68 auth_sspi.ParseChallenge(&challenge));
81 auth_sspi.ParseChallenge(&first_challenge));
93 auth_sspi.ParseChallenge(&second_challenge));
106 auth_sspi.ParseChallenge(&challenge));
119 auth_sspi.ParseChallenge(&first_challenge));
129 auth_sspi.ParseChallenge(&second_challenge));
142 auth_sspi.ParseChallenge(&first_challenge));
152 auth_sspi.ParseChallenge(&second_challenge));
H A Dhttp_auth_handler_ntlm.cc20 return ParseChallenge(challenge, false);
28 return ParseChallenge(tok, true) == HttpAuth::AUTHORIZATION_RESULT_ACCEPT;
110 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::ParseChallenge( function in class:net::HttpAuthHandlerNTLM
114 return auth_sspi_.ParseChallenge(tok);
H A Dhttp_auth_gssapi_posix_unittest.cc183 auth_gssapi.ParseChallenge(&challenge));
196 auth_gssapi.ParseChallenge(&first_challenge));
209 auth_gssapi.ParseChallenge(&second_challenge));
222 auth_gssapi.ParseChallenge(&challenge));
235 auth_gssapi.ParseChallenge(&first_challenge));
246 auth_gssapi.ParseChallenge(&second_challenge));
259 auth_gssapi.ParseChallenge(&first_challenge));
270 auth_gssapi.ParseChallenge(&second_challenge));
H A Dhttp_auth_handler_basic.h49 bool ParseChallenge(HttpAuth::ChallengeTokenizer* challenge);
H A Dhttp_auth_handler_basic.cc29 return ParseChallenge(challenge);
32 bool HttpAuthHandlerBasic::ParseChallenge( function in class:net::HttpAuthHandlerBasic
H A Dhttp_auth_handler_digest.h93 FRIEND_TEST_ALL_PREFIXES(HttpAuthHandlerDigestTest, ParseChallenge);
128 bool ParseChallenge(HttpAuth::ChallengeTokenizer* challenge);
H A Dhttp_auth_handler_ntlm.h140 HttpAuth::AuthorizationResult ParseChallenge(
H A Dhttp_auth_handler_digest.cc135 return ParseChallenge(challenge);
191 bool HttpAuthHandlerDigest::ParseChallenge( function in class:net::HttpAuthHandlerDigest
H A Dhttp_auth_handler_negotiate.cc162 return auth_system_.ParseChallenge(challenge);
199 auth_system_.ParseChallenge(challenge);
H A Dhttp_auth_sspi_win.h134 HttpAuth::AuthorizationResult ParseChallenge(
H A Dhttp_auth_gssapi_posix.h227 HttpAuth::AuthorizationResult ParseChallenge(
H A Dhttp_auth_handler_digest_unittest.cc85 TEST(HttpAuthHandlerDigestTest, ParseChallenge) {
89 // Expected return value of ParseChallenge.
H A Dhttp_auth_sspi_win.cc224 HttpAuth::AuthorizationResult HttpAuthSSPI::ParseChallenge( function in class:net::HttpAuthSSPI
H A Dhttp_auth_gssapi_posix.cc681 HttpAuth::AuthorizationResult HttpAuthGSSAPI::ParseChallenge( function in class:net::HttpAuthGSSAPI

Completed in 70 milliseconds