OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:init_sec_context
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/http/
mock_gssapi_library_posix.h
70
// Establishes an expectation for a |
init_sec_context
()| call.
73
// matched by a call to |
init_sec_context
()| during the lifetime of
75
// value associated with the |target_name| argument to |
init_sec_context
()|
83
// lib.
init_sec_context
("NTLM", ...)
84
// lib.
init_sec_context
("Negotiate", ...)
91
// lib.
init_sec_context
("Negotiate", ...)
92
// lib.
init_sec_context
("NTLM", ...)
98
// lib.
init_sec_context
("NTLM", ...)
100
// |response_code| is used as the return value for |
init_sec_context
()|.
104
// |
init_sec_context
()| returns
[
all
...]
http_auth_gssapi_posix.h
62
virtual OM_uint32
init_sec_context
(
133
virtual OM_uint32
init_sec_context
(
http_auth_gssapi_posix.cc
483
BIND(lib,
init_sec_context
);
493
init_sec_context_ =
init_sec_context
;
551
OM_uint32 GSSAPISharedLibrary::
init_sec_context
(
function in class:net::GSSAPISharedLibrary
779
VLOG(1) << "
init_sec_context
returned 0x" << std::hex << major_status;
866
major_status = library_->
init_sec_context
(
http_auth_gssapi_posix_unittest.cc
152
major_status = mock_library->
init_sec_context
(&minor_status,
mock_gssapi_library_posix.cc
354
OM_uint32 MockGSSAPILibrary::
init_sec_context
(
function in class:net::test::MockGSSAPILibrary
/external/ipsec-tools/src/racoon/
gssapi.c
320
gssapi_error(min_stat, LOCATION, "
init_sec_context
\n");
Completed in 527 milliseconds