OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GSSAPILibrary
(Results
1 - 5
of
5
) sorted by null
/external/chromium/net/http/
http_auth_gssapi_posix.h
25
//
GSSAPILibrary
is introduced so unit tests can mock the calls to the GSSAPI
29
class
GSSAPILibrary
{
31
virtual ~
GSSAPILibrary
() {}
101
class GSSAPISharedLibrary : public
GSSAPILibrary
{
108
//
GSSAPILibrary
methods:
201
explicit ScopedSecurityContext(
GSSAPILibrary
* gssapi_lib);
209
GSSAPILibrary
* gssapi_lib_;
218
HttpAuthGSSAPI(
GSSAPILibrary
* library,
255
GSSAPILibrary
* library_;
http_auth_gssapi_posix.cc
103
std::string DisplayCode(
GSSAPILibrary
* gssapi_lib,
140
std::string DisplayExtendedStatus(
GSSAPILibrary
* gssapi_lib,
155
GSSAPILibrary
* gssapi_lib)
176
GSSAPILibrary
* gssapi_lib_;
185
GSSAPILibrary
* gssapi_lib)
206
GSSAPILibrary
* gssapi_lib_;
235
std::string DescribeOid(
GSSAPILibrary
* gssapi_lib, const gss_OID oid) {
304
std::string DescribeName(
GSSAPILibrary
* gssapi_lib, const gss_name_t name) {
333
std::string DescribeContext(
GSSAPILibrary
* gssapi_lib,
633
ScopedSecurityContext::ScopedSecurityContext(
GSSAPILibrary
* gssapi_lib
[
all
...]
http_auth_handler_negotiate.h
40
typedef
GSSAPILibrary
AuthLibrary;
mock_gssapi_library_posix.h
46
class MockGSSAPILibrary : public
GSSAPILibrary
{
112
//
GSSAPILibrary
methods:
http_auth_gssapi_posix_unittest.cc
79
scoped_ptr<
GSSAPILibrary
> gssapi(new GSSAPISharedLibrary(""));
85
scoped_ptr<
GSSAPILibrary
> gssapi(
Completed in 3278 milliseconds