Searched refs:HttpAuthSSPI (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_auth_sspi_win.cc188 HttpAuthSSPI::HttpAuthSSPI(SSPILibrary* library, function in class:net::HttpAuthSSPI
202 HttpAuthSSPI::~HttpAuthSSPI() {
210 bool HttpAuthSSPI::NeedsIdentity() const {
214 bool HttpAuthSSPI::AllowsExplicitCredentials() const {
218 void HttpAuthSSPI::Delegate() {
222 void HttpAuthSSPI::ResetSecurityContext() {
229 HttpAuth::AuthorizationResult HttpAuthSSPI::ParseChallenge(
258 int HttpAuthSSPI
[all...]
H A Dhttp_auth_sspi_win_unittest.cc63 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate",
76 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate",
100 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate",
113 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate",
135 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate",
H A Dhttp_auth_sspi_win.h126 class NET_EXPORT_PRIVATE HttpAuthSSPI { class in namespace:net
128 HttpAuthSSPI(SSPILibrary* sspi_library,
132 ~HttpAuthSSPI();
H A Dhttp_auth_handler_negotiate.h37 typedef HttpAuthSSPI AuthSystem;
H A Dhttp_auth_handler_ntlm.h151 HttpAuthSSPI auth_sspi_;

Completed in 156 milliseconds