OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSPILibrary
(Results
1 - 2
of
2
) 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,
/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,
Completed in 430 milliseconds