OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HttpAuthSSPI
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/http/
http_auth_sspi_win.h
126
class NET_EXPORT_PRIVATE
HttpAuthSSPI
{
128
HttpAuthSSPI
(SSPILibrary* sspi_library,
132
~
HttpAuthSSPI
();
http_auth_sspi_win.cc
188
HttpAuthSSPI
::
HttpAuthSSPI
(SSPILibrary* library,
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
::GenerateAuthToken(const AuthCredentials* credentials
[
all
...]
Completed in 885 milliseconds