OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gss_cred_id_t
(Results
1 - 7
of
7
) sorted by null
/external/chromium/net/third_party/gssapi/
gssapi.h
113
typedef void *
gss_cred_id_t
;
typedef
245
#define GSS_C_NO_CREDENTIAL ((
gss_cred_id_t
) 0)
457
gss_cred_id_t
*, /* output_cred_handle */
466
gss_cred_id_t
* /* cred_handle */
473
const
gss_cred_id_t
, /* initiator_cred_handle */
492
const
gss_cred_id_t
, /* acceptor_cred_handle */
500
gss_cred_id_t
* /* delegated_cred_handle */
650
const
gss_cred_id_t
, /* cred_handle */
686
const
gss_cred_id_t
, /* input_cred_handle */
692
gss_cred_id_t
*, /* output_cred_handle *
[
all
...]
/external/ipsec-tools/src/racoon/
gssapi.h
61
gss_cred_id_t
gss_cred; /* acquired credentials */
/external/chromium/net/http/
mock_gssapi_library_posix.h
145
const
gss_cred_id_t
initiator_cred_handle,
http_auth_gssapi_posix.h
64
const
gss_cred_id_t
initiator_cred_handle,
135
const
gss_cred_id_t
initiator_cred_handle,
http_auth_gssapi_posix_unittest.cc
139
gss_cred_id_t
initiator_cred_handle = NULL;
mock_gssapi_library_posix.cc
356
const
gss_cred_id_t
initiator_cred_handle,
http_auth_gssapi_posix.cc
553
const
gss_cred_id_t
initiator_cred_handle,
Completed in 2622 milliseconds