OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseChallenge
(Results
1 - 25
of
31
) sorted by null
1
2
/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
(
/external/chromium_org/net/http/
http_auth_sspi_win_unittest.cc
68
auth_sspi.
ParseChallenge
(&challenge));
81
auth_sspi.
ParseChallenge
(&first_challenge));
92
auth_sspi.
ParseChallenge
(&second_challenge));
105
auth_sspi.
ParseChallenge
(&challenge));
118
auth_sspi.
ParseChallenge
(&first_challenge));
127
auth_sspi.
ParseChallenge
(&second_challenge));
140
auth_sspi.
ParseChallenge
(&first_challenge));
149
auth_sspi.
ParseChallenge
(&second_challenge));
http_auth_handler_ntlm.cc
20
return
ParseChallenge
(challenge, false);
28
return
ParseChallenge
(tok, true) == HttpAuth::AUTHORIZATION_RESULT_ACCEPT;
102
HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::
ParseChallenge
(
106
return auth_sspi_.
ParseChallenge
(tok);
http_auth_gssapi_posix_unittest.cc
187
auth_gssapi.
ParseChallenge
(&challenge));
200
auth_gssapi.
ParseChallenge
(&first_challenge));
212
auth_gssapi.
ParseChallenge
(&second_challenge));
225
auth_gssapi.
ParseChallenge
(&challenge));
238
auth_gssapi.
ParseChallenge
(&first_challenge));
248
auth_gssapi.
ParseChallenge
(&second_challenge));
261
auth_gssapi.
ParseChallenge
(&first_challenge));
271
auth_gssapi.
ParseChallenge
(&second_challenge));
http_auth_handler_basic.h
48
bool
ParseChallenge
(HttpAuth::ChallengeTokenizer* challenge);
http_auth_handler_basic.cc
58
return
ParseChallenge
(challenge);
61
bool HttpAuthHandlerBasic::
ParseChallenge
(
http_auth_handler_digest.h
92
FRIEND_TEST_ALL_PREFIXES(HttpAuthHandlerDigestTest,
ParseChallenge
);
127
bool
ParseChallenge
(HttpAuth::ChallengeTokenizer* 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
136
HttpAuth::AuthorizationResult
ParseChallenge
(
http_auth_handler_digest.cc
137
return
ParseChallenge
(challenge);
188
bool HttpAuthHandlerDigest::
ParseChallenge
(
http_auth_gssapi_posix.h
242
HttpAuth::AuthorizationResult
ParseChallenge
(
/external/chromium_org/chrome/browser/net/spdyproxy/
http_auth_handler_spdyproxy.h
52
FRIEND_TEST_ALL_PREFIXES(HttpAuthHandlerSpdyProxyTest,
ParseChallenge
);
63
bool
ParseChallenge
(net::HttpAuth::ChallengeTokenizer* challenge);
http_auth_handler_spdyproxy.cc
104
return
ParseChallenge
(challenge);
121
bool HttpAuthHandlerSpdyProxy::
ParseChallenge
(
http_auth_handler_spdyproxy_unittest.cc
128
TEST(HttpAuthHandlerSpdyProxyTest,
ParseChallenge
) {
Completed in 1277 milliseconds
1
2