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

/external/chromium_org/net/http/
H A Dhttp_auth_sspi_win_unittest.cc69 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));
H A Dhttp_auth_handler_ntlm.cc21 return ParseChallenge(challenge, false);
29 return ParseChallenge(tok, true) == HttpAuth::AUTHORIZATION_RESULT_ACCEPT;
103 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::ParseChallenge( function in class:net::HttpAuthHandlerNTLM
107 return auth_sspi_.ParseChallenge(tok);
H A Dhttp_auth_gssapi_posix_unittest.cc188 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));
H A Dhttp_auth_handler_basic.h48 bool ParseChallenge(HttpAuthChallengeTokenizer* challenge);
H A Dhttp_auth_handler_basic.cc60 return ParseChallenge(challenge);
63 bool HttpAuthHandlerBasic::ParseChallenge( function in class:net::HttpAuthHandlerBasic
H A Dhttp_auth_handler_digest.h92 FRIEND_TEST_ALL_PREFIXES(HttpAuthHandlerDigestTest, ParseChallenge);
127 bool ParseChallenge(HttpAuthChallengeTokenizer* challenge);
H A Dhttp_auth_handler_ntlm.h137 HttpAuth::AuthorizationResult ParseChallenge(
H A Dhttp_auth_handler_negotiate.cc165 return auth_system_.ParseChallenge(challenge);
206 auth_system_.ParseChallenge(challenge);
H A Dhttp_auth_sspi_win.h138 HttpAuth::AuthorizationResult ParseChallenge(
H A Dhttp_auth_handler_digest.cc138 return ParseChallenge(challenge);
189 bool HttpAuthHandlerDigest::ParseChallenge( function in class:net::HttpAuthHandlerDigest
H A Dhttp_auth_gssapi_posix.h244 HttpAuth::AuthorizationResult ParseChallenge(
H A Dhttp_auth_handler_digest_unittest.cc86 TEST(HttpAuthHandlerDigestTest, ParseChallenge) {
90 // Expected return value of ParseChallenge.
H A Dhttp_auth_sspi_win.cc229 HttpAuth::AuthorizationResult HttpAuthSSPI::ParseChallenge( function in class:net::HttpAuthSSPI
H A Dhttp_auth_gssapi_posix.cc687 HttpAuth::AuthorizationResult HttpAuthGSSAPI::ParseChallenge( function in class:net::HttpAuthGSSAPI

Completed in 307 milliseconds