OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AuthLibrary
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
http_auth_handler_negotiate_unittest.cc
205
MockAuthLibrary*
AuthLibrary
() { return auth_library_; }
219
SetupMocks(
AuthLibrary
());
239
SetupMocks(
AuthLibrary
());
258
SetupMocks(
AuthLibrary
());
277
SetupMocks(
AuthLibrary
());
296
SetupMocks(
AuthLibrary
());
320
SetupErrorMocks(
AuthLibrary
(), GSS_S_FAILURE, 0x96C73A07); // No server
334
SetupErrorMocks(
AuthLibrary
(), GSS_S_FAILURE, 0x96C73AC3); // No credentials
http_auth_handler_negotiate.h
37
typedef SSPILibrary
AuthLibrary
;
40
typedef GSSAPILibrary
AuthLibrary
;
69
void set_library(
AuthLibrary
* auth_library) {
90
scoped_ptr<
AuthLibrary
> auth_library_;
93
HttpAuthHandlerNegotiate(
AuthLibrary
* sspi_library,
Completed in 28 milliseconds