OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSPILibrary
(Results
1 - 12
of
12
) sorted by null
/external/chromium/net/http/
http_auth_sspi_win.h
25
//
SSPILibrary
is introduced so unit tests can mock the calls to Windows' SSPI
31
class
SSPILibrary
{
33
virtual ~
SSPILibrary
() {}
68
class SSPILibraryDefault : public
SSPILibrary
{
126
HttpAuthSSPI(
SSPILibrary
* sspi_library,
167
SSPILibrary
* library_;
201
int DetermineMaxTokenLength(
SSPILibrary
* library,
http_auth_handler_ntlm.h
53
// Set the
SSPILibrary
to use. Typically the only callers which need to
59
void set_sspi_library(
SSPILibrary
* sspi_library) {
68
SSPILibrary
* sspi_library_;
105
HttpAuthHandlerNTLM(
SSPILibrary
* sspi_library, ULONG max_token_length,
http_auth_handler_ntlm_win.cc
23
SSPILibrary
* sspi_library, ULONG max_token_length,
mock_sspi_library_win.h
18
class MockSSPILibrary : public
SSPILibrary
{
25
//
SSPILibrary
methods:
http_auth_sspi_win.cc
49
int AcquireExplicitCredentials(
SSPILibrary
* library,
84
int AcquireDefaultCredentials(
SSPILibrary
* library, const SEC_WCHAR* package,
187
HttpAuthSSPI::HttpAuthSSPI(
SSPILibrary
* library,
410
int DetermineMaxTokenLength(
SSPILibrary
* library,
http_auth_handler_negotiate.h
37
typedef
SSPILibrary
AuthLibrary;
/external/chromium_org/net/http/
http_auth_sspi_win.h
25
//
SSPILibrary
is introduced so unit tests can mock the calls to Windows' SSPI
31
class
SSPILibrary
{
33
virtual ~
SSPILibrary
() {}
68
class SSPILibraryDefault : public
SSPILibrary
{
126
HttpAuthSSPI(
SSPILibrary
* sspi_library,
167
SSPILibrary
* library_;
201
NET_EXPORT_PRIVATE int DetermineMaxTokenLength(
SSPILibrary
* library,
http_auth_handler_ntlm.h
53
// Set the
SSPILibrary
to use. Typically the only callers which need to use
57
void set_sspi_library(
SSPILibrary
* sspi_library) {
66
scoped_ptr<
SSPILibrary
> sspi_library_;
103
HttpAuthHandlerNTLM(
SSPILibrary
* sspi_library, ULONG max_token_length,
http_auth_handler_ntlm_win.cc
23
SSPILibrary
* sspi_library, ULONG max_token_length,
mock_sspi_library_win.h
17
class MockSSPILibrary : public
SSPILibrary
{
24
//
SSPILibrary
methods:
http_auth_sspi_win.cc
49
int AcquireExplicitCredentials(
SSPILibrary
* library,
84
int AcquireDefaultCredentials(
SSPILibrary
* library, const SEC_WCHAR* package,
187
HttpAuthSSPI::HttpAuthSSPI(
SSPILibrary
* library,
406
int DetermineMaxTokenLength(
SSPILibrary
* library,
http_auth_handler_negotiate.h
36
typedef
SSPILibrary
AuthLibrary;
Completed in 564 milliseconds