HomeSort by relevance Sort by last modified time
    Searched refs:HttpAuthSSPI (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/net/http/
http_auth_sspi_win.cc 187 HttpAuthSSPI::HttpAuthSSPI(SSPILibrary* library,
201 HttpAuthSSPI::~HttpAuthSSPI() {
209 bool HttpAuthSSPI::NeedsIdentity() const {
213 bool HttpAuthSSPI::AllowsExplicitCredentials() const {
217 void HttpAuthSSPI::Delegate() {
221 void HttpAuthSSPI::ResetSecurityContext() {
228 HttpAuth::AuthorizationResult HttpAuthSSPI::ParseChallenge(
257 int HttpAuthSSPI::GenerateAuthToken(const AuthCredentials* credentials
    [all...]
http_auth_sspi_win_unittest.cc 62 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate",
75 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate",
99 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate",
112 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate",
134 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate",
http_auth_sspi_win.h 124 class NET_EXPORT_PRIVATE HttpAuthSSPI {
126 HttpAuthSSPI(SSPILibrary* sspi_library,
130 ~HttpAuthSSPI();
http_auth_handler_negotiate.h 37 typedef HttpAuthSSPI AuthSystem;
http_auth_handler_ntlm.h 151 HttpAuthSSPI auth_sspi_;
  /external/chromium/net/http/
http_auth_sspi_win.cc 187 HttpAuthSSPI::HttpAuthSSPI(SSPILibrary* library,
201 HttpAuthSSPI::~HttpAuthSSPI() {
209 bool HttpAuthSSPI::NeedsIdentity() const {
213 void HttpAuthSSPI::Delegate() {
217 void HttpAuthSSPI::ResetSecurityContext() {
224 HttpAuth::AuthorizationResult HttpAuthSSPI::ParseChallenge(
253 int HttpAuthSSPI::GenerateAuthToken(const string16* username,
293 int HttpAuthSSPI::OnFirstRound(const string16* username
    [all...]
http_auth_sspi_win_unittest.cc 62 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate",
75 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate",
100 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate",
113 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate",
136 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate",
http_auth_sspi_win.h 124 class HttpAuthSSPI {
126 HttpAuthSSPI(SSPILibrary* sspi_library,
130 ~HttpAuthSSPI();
http_auth_handler_ntlm.h 154 HttpAuthSSPI auth_sspi_;
http_auth_handler_negotiate.h 38 typedef HttpAuthSSPI AuthSystem;

Completed in 61 milliseconds