OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HttpAuthSSPI
(Results
1 - 4
of
4
) 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
();
/external/chromium_org/net/http/
http_auth_sspi_win.h
124
class NET_EXPORT_PRIVATE
HttpAuthSSPI
{
126
HttpAuthSSPI
(SSPILibrary* sspi_library,
130
~
HttpAuthSSPI
();
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
...]
Completed in 28 milliseconds