OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseChallenge
(Results
1 - 14
of
14
) sorted by null
/external/chromium/net/http/
http_auth_sspi_win_unittest.cc
68
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));
http_auth_handler_basic.h
49
bool
ParseChallenge
(HttpAuth::ChallengeTokenizer* challenge);
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_gssapi_posix_unittest.cc
183
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));
http_auth_handler_basic.cc
29
return
ParseChallenge
(challenge);
32
bool HttpAuthHandlerBasic::
ParseChallenge
(
http_auth_handler_digest.h
93
FRIEND_TEST_ALL_PREFIXES(HttpAuthHandlerDigestTest,
ParseChallenge
);
128
bool
ParseChallenge
(HttpAuth::ChallengeTokenizer* challenge);
http_auth_handler_ntlm.h
140
HttpAuth::AuthorizationResult
ParseChallenge
(
http_auth_handler_digest.cc
135
return
ParseChallenge
(challenge);
191
bool HttpAuthHandlerDigest::
ParseChallenge
(
http_auth_handler_negotiate.cc
162
return auth_system_.
ParseChallenge
(challenge);
199
auth_system_.
ParseChallenge
(challenge);
http_auth_sspi_win.h
134
HttpAuth::AuthorizationResult
ParseChallenge
(
http_auth_gssapi_posix.h
227
HttpAuth::AuthorizationResult
ParseChallenge
(
http_auth_handler_digest_unittest.cc
85
TEST(HttpAuthHandlerDigestTest,
ParseChallenge
) {
89
// Expected return value of
ParseChallenge
.
http_auth_sspi_win.cc
224
HttpAuth::AuthorizationResult HttpAuthSSPI::
ParseChallenge
(
http_auth_gssapi_posix.cc
681
HttpAuth::AuthorizationResult HttpAuthGSSAPI::
ParseChallenge
(
Completed in 945 milliseconds