Searched refs:cc_ccache_t (Results 1 - 12 of 12) sorted by last modified time

/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dacache.c56 cc_ccache_t ccache;
934 cc_ccache_t cache;
H A Dkrb5_ccapi.h93 typedef struct cc_ccache_t *cc_ccache_t; typedef in typeref:struct:cc_ccache_t
175 cc_int32 (*next)(cc_ccache_iterator_t, cc_ccache_t*);
183 cc_int32 (*release)(cc_ccache_t);
184 cc_int32 (*destroy)(cc_ccache_t);
185 cc_int32 (*set_default)(cc_ccache_t);
186 cc_int32 (*get_credentials_version)(cc_ccache_t, cc_uint32*);
187 cc_int32 (*get_name)(cc_ccache_t, cc_string_t*);
188 cc_int32 (*get_principal)(cc_ccache_t, cc_uint32, cc_string_t*);
189 cc_int32 (*set_principal)(cc_ccache_t, cc_uint3
205 struct cc_ccache_t { struct
[all...]
/macosx-10.10.1/MITKerberosShim-66/
H A Dccache.c471 ccache_release(cc_ccache_t io_ccache)
482 ccache_destroy(cc_ccache_t io_ccache)
495 ccache_set_default(cc_ccache_t io_ccache)
508 ccache_get_credentials_version(cc_ccache_t in_ccache, cc_uint32 *out_credentials_version)
517 ccache_get_name(cc_ccache_t in_ccache, cc_string_t *out_name)
537 ccache_get_principal(cc_ccache_t in_ccache, cc_uint32 in_credentials_version, cc_string_t *out_principal)
567 ccache_set_principal(cc_ccache_t io_ccache, cc_uint32 in_credentials_version, const char *in_principal)
595 ccache_store_credentials(cc_ccache_t io_ccache, const cc_credentials_union *in_credentials_union)
623 ccache_remove_credentials(cc_ccache_t io_ccache, cc_credentials_t in_credentials)
669 ccache_new_credentials_iterator(cc_ccache_t in_ccach
[all...]
H A DKrb4DeprecatedAPIs.c65 typedef void *cc_ccache_t; typedef
1011 OSStatus KClientGetCCacheReference (KClientSession inSession, cc_ccache_t *outCCacheReference)
/macosx-10.10.1/MITKerberosShim-66/Kerberos/
H A DCredentialsCache.h103 * \li \ref cc_ccache_f "cc_ccache_t Functions"
185 * Every object returned by the API (cc_context_t, cc_ccache_t, cc_ccache_iterator_t,
230 * For example, consider the case when the signature or the semantics of a cc_ccache_t
445 * \defgroup cc_ccache_reference cc_ccache_t Overview
448 * The cc_ccache_t type represents a reference to a ccache.
450 * via a cc_ccache_t. A cc_ccache_t can be acquired via
466 typedef cc_ccache_d *cc_ccache_t; typedef
770 cc_ccache_t *out_ccache);
786 cc_ccache_t *out_ccach
[all...]
/macosx-10.10.1/MITKerberosShim-66/include/
H A Dmit-CredentialsCache.h90 * \li \ref cc_ccache_f "cc_ccache_t Functions"
172 * Every object returned by the API (cc_context_t, cc_ccache_t, cc_ccache_iterator_t,
217 * For example, consider the case when the signature or the semantics of a cc_ccache_t
432 * \defgroup cc_ccache_reference cc_ccache_t Overview
435 * The cc_ccache_t type represents a reference to a ccache.
437 * via a cc_ccache_t. A cc_ccache_t can be acquired via
453 typedef cc_ccache_d *cc_ccache_t; typedef
757 cc_ccache_t *out_ccache);
773 cc_ccache_t *out_ccach
[all...]
/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_ccache.c17 cc_ccache_t ccache = NULL;
46 cc_int32 check_once_cc_ccache_release(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description) {
91 cc_ccache_t ccache = NULL;
120 cc_int32 check_once_cc_ccache_destroy(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description) {
165 cc_ccache_t ccache = NULL;
226 cc_int32 check_once_cc_ccache_set_default(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description) {
235 cc_ccache_t default_ccache = NULL;
284 cc_ccache_t ccache = NULL;
364 cc_int32 check_once_cc_ccache_get_credentials_version(cc_ccache_t ccache, cc_uint32 expected_cred_vers, cc_int32 expected_err, const char *description) {
405 cc_ccache_t ccach
[all...]
H A Dtest_ccapi_ccache.h7 cc_int32 check_once_cc_ccache_release(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description);
9 cc_int32 check_once_cc_ccache_destroy(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description);
11 cc_int32 check_once_cc_ccache_set_default(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description);
13 cc_int32 check_once_cc_ccache_get_credentials_version(cc_ccache_t ccache, cc_uint32 expected_cred_vers, cc_int32 expected_err, const char *description);
15 cc_int32 check_once_cc_ccache_get_name(cc_ccache_t ccache, const char *expected_name, cc_int32 expected_err, const char *description);
17 cc_int32 check_once_cc_ccache_get_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *expected_principal, cc_int32 expected_err, const char *description);
19 cc_int32 check_once_cc_ccache_set_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *in_principal, cc_int32 expected_err, const char *description);
22 cc_int32 check_once_cc_ccache_store_credentials(cc_ccache_t ccache, const cc_credentials_union *credentials, cc_int32 expected_err, const char *description);
24 cc_int32 check_once_cc_ccache_remove_credentials(cc_ccache_t ccache, cc_credentials_t in_creds, cc_int32 expected_err, const char *description);
27 cc_int32 check_once_cc_ccache_new_credentials_iterator(cc_ccache_t ccach
[all...]
H A Dtest_ccapi_context.c137 cc_ccache_t ccache = NULL;
278 cc_ccache_t ccache = NULL;
354 cc_ccache_t ccache = NULL;
406 cc_int32 check_once_cc_context_open_ccache(cc_context_t context, const char *name, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) {
462 cc_ccache_t ccache = NULL;
498 cc_int32 check_once_cc_context_open_default_ccache(cc_context_t context, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) {
554 cc_ccache_t ccache = NULL;
600 cc_int32 check_once_cc_context_create_ccache(cc_context_t context, const char *name, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) {
659 cc_ccache_t ccache = NULL;
698 cc_int32 check_once_cc_context_create_default_ccache(cc_context_t context, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccach
[all...]
H A Dtest_ccapi_context.h17 cc_int32 check_once_cc_context_open_ccache(cc_context_t context, const char *name, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
19 cc_int32 check_once_cc_context_open_default_ccache(cc_context_t context, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
21 cc_int32 check_once_cc_context_create_ccache(cc_context_t context, const char *name, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
23 cc_int32 check_once_cc_context_create_default_ccache(cc_context_t context, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
25 cc_int32 check_once_cc_context_create_new_ccache(cc_context_t context, cc_int32 should_be_default, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
H A Dtest_ccapi_iterators.c11 cc_ccache_t ccache = NULL;
99 cc_ccache_t ccache = NULL;
130 cc_ccache_t ccache = NULL;
H A Dtest_ccapi_util.c14 cc_ccache_t ccache = NULL;

Completed in 199 milliseconds