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

  /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.h 124 class HttpAuthSSPI {
126 HttpAuthSSPI(SSPILibrary* sspi_library,
130 ~HttpAuthSSPI();

Completed in 128 milliseconds