OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_sspi_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/http/
http_auth_handler_ntlm_win.cc
25
:
auth_sspi_
(sspi_library, "NTLM", NTLMSP_NAME, max_token_length),
34
return
auth_sspi_
.NeedsIdentity();
http_auth_handler_ntlm.cc
38
return
auth_sspi_
.GenerateAuthToken(
113
//
auth_sspi_
contains state for whether or not this is the initial challenge.
114
return
auth_sspi_
.ParseChallenge(tok);
http_auth_handler_ntlm.h
154
HttpAuthSSPI
auth_sspi_
;
member in class:net::HttpAuthHandlerNTLM
Completed in 1119 milliseconds