Home
last modified time | relevance | path

Searched refs:cc_ccache_t (Results 1 – 19 of 19) sorted by relevance

/freebsd/crypto/krb5/src/ccapi/lib/
H A Dccapi_ccache.h31 cc_int32 cci_ccache_new (cc_ccache_t *out_ccache,
34 cc_int32 ccapi_ccache_release (cc_ccache_t io_ccache);
36 cc_int32 cci_ccache_write (cc_ccache_t in_ccache,
39 cc_int32 ccapi_ccache_destroy (cc_ccache_t io_ccache);
41 cc_int32 ccapi_ccache_set_default (cc_ccache_t io_ccache);
43 cc_int32 ccapi_ccache_get_credentials_version (cc_ccache_t in_ccache,
46 cc_int32 ccapi_ccache_get_name (cc_ccache_t in_ccache,
49 cc_int32 ccapi_ccache_get_principal (cc_ccache_t in_ccache,
53 cc_int32 ccapi_ccache_set_principal (cc_ccache_t io_ccache,
57 cc_int32 ccapi_ccache_store_credentials (cc_ccache_t io_ccache,
[all …]
H A Dccapi_ccache.c79 cc_int32 cci_ccache_new (cc_ccache_t *out_ccache, in cci_ccache_new()
111 *out_ccache = (cc_ccache_t) ccache; in cci_ccache_new()
115 ccapi_ccache_release ((cc_ccache_t) ccache); in cci_ccache_new()
122 cc_int32 cci_ccache_write (cc_ccache_t in_ccache, in cci_ccache_write()
144 cc_int32 ccapi_ccache_release (cc_ccache_t io_ccache) in ccapi_ccache_release()
163 cc_int32 ccapi_ccache_destroy (cc_ccache_t io_ccache) in ccapi_ccache_destroy()
186 cc_int32 ccapi_ccache_set_default (cc_ccache_t io_ccache) in ccapi_ccache_set_default()
205 cc_int32 ccapi_ccache_get_credentials_version (cc_ccache_t in_ccache, in ccapi_ccache_get_credentials_version()
233 cc_int32 ccapi_ccache_get_name (cc_ccache_t in_ccache, in ccapi_ccache_get_name()
267 cc_int32 ccapi_ccache_get_principal (cc_ccache_t in_ccache, in ccapi_ccache_get_principal()
[all …]
H A Dccapi_context.h47 cc_ccache_t *out_ccache);
50 cc_ccache_t *out_ccache);
56 cc_ccache_t *out_ccache);
61 cc_ccache_t *out_ccache);
66 cc_ccache_t *out_ccache);
H A Dccapi_context.c361 cc_ccache_t *out_ccache) in ccapi_context_open_ccache()
414 cc_ccache_t *out_ccache) in ccapi_context_open_default_ccache()
459 cc_ccache_t *out_ccache) in ccapi_context_create_ccache()
519 cc_ccache_t *out_ccache) in ccapi_context_create_default_ccache()
574 cc_ccache_t *out_ccache) in ccapi_context_create_new_ccache()
H A Dccapi_v2.c276 cc_ccache_t ccache = NULL; in cc_open()
329 cc_ccache_t ccache = NULL; in cc_create()
632 cc_ccache_t ccache = NULL; in cc_seq_fetch_NCs_next()
723 err = cci_ccache_get_compat_version ((cc_ccache_t) in_ccache, in cc_seq_fetch_creds_begin()
728 err = ccapi_ccache_new_credentials_iterator ((cc_ccache_t) in_ccache, in cc_seq_fetch_creds_begin()
H A Dccapi_ccache_iterator.h40 cc_ccache_t *out_ccache);
H A Dccapi_ccache_iterator.c158 cc_ccache_t *out_ccache) in ccapi_ccache_iterator_next()
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_ccapi.h93 typedef struct cc_ccache_t *cc_ccache_t; typedef
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_uint32, const char*);
190 cc_int32 (*store_credentials)(cc_ccache_t, const cc_credentials_union*);
[all …]
H A Dacache.c56 cc_ccache_t ccache;
934 cc_ccache_t cache; in acc_get_cache_next()
/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_ccache.h7 cc_int32 check_once_cc_ccache_release(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_e…
9 cc_int32 check_once_cc_ccache_destroy(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_e…
11 cc_int32 check_once_cc_ccache_set_default(cc_context_t context, cc_ccache_t ccache, cc_int32 expect…
13 cc_int32 check_once_cc_ccache_get_credentials_version(cc_ccache_t ccache, cc_uint32 expected_cred_v…
15 cc_int32 check_once_cc_ccache_get_name(cc_ccache_t ccache, const char *expected_name, cc_int32 expe…
17 cc_int32 check_once_cc_ccache_get_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *ex…
19 cc_int32 check_once_cc_ccache_set_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *in…
22 cc_int32 check_once_cc_ccache_store_credentials(cc_ccache_t ccache, const cc_credentials_union *cre…
24 cc_int32 check_once_cc_ccache_remove_credentials(cc_ccache_t ccache, cc_credentials_t in_creds, cc_…
27 cc_int32 check_once_cc_ccache_new_credentials_iterator(cc_ccache_t ccache, cc_credentials_iterator_…
[all …]
H A Dtest_ccapi_ccache.c16 cc_ccache_t ccache = NULL; in check_cc_ccache_release()
45 cc_int32 check_once_cc_ccache_release(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_e… in check_once_cc_ccache_release()
90 cc_ccache_t ccache = NULL; in check_cc_ccache_destroy()
119 cc_int32 check_once_cc_ccache_destroy(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_e… in check_once_cc_ccache_destroy()
164 cc_ccache_t ccache = NULL; in check_cc_ccache_set_default()
225 cc_int32 check_once_cc_ccache_set_default(cc_context_t context, cc_ccache_t ccache, cc_int32 expect… in check_once_cc_ccache_set_default()
234 cc_ccache_t default_ccache = NULL; in check_once_cc_ccache_set_default()
283 cc_ccache_t ccache = NULL; in check_cc_ccache_get_credentials_version()
320 cc_int32 check_once_cc_ccache_get_credentials_version(cc_ccache_t ccache, cc_uint32 expected_cred_v… in check_once_cc_ccache_get_credentials_version()
361 cc_ccache_t ccache = NULL; in check_cc_ccache_get_name()
[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 *cca…
19 cc_int32 check_once_cc_context_open_default_ccache(cc_context_t context, cc_ccache_t *ccache, cc_in…
21 …context, const char *name, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int…
23 …ache(cc_context_t context, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int…
25 …c_int32 should_be_default, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int…
H A Dtest_ccapi_context.c137 cc_ccache_t ccache = NULL; in check_cc_context_get_change_time()
278 cc_ccache_t ccache = NULL; in check_cc_context_get_default_ccache_name()
354 cc_ccache_t ccache = NULL; in check_cc_context_open_ccache()
406 cc_int32 check_once_cc_context_open_ccache(cc_context_t context, const char *name, cc_ccache_t *cca… in check_once_cc_context_open_ccache()
462 cc_ccache_t ccache = NULL; in check_cc_context_open_default_ccache()
498 cc_int32 check_once_cc_context_open_default_ccache(cc_context_t context, cc_ccache_t *ccache, cc_in… in check_once_cc_context_open_default_ccache()
554 cc_ccache_t ccache = NULL; in check_cc_context_create_ccache()
599 …context, const char *name, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int… in check_once_cc_context_create_ccache()
658 cc_ccache_t ccache = NULL; in check_cc_context_create_default_ccache()
696 …ache(cc_context_t context, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int… in check_once_cc_context_create_default_ccache()
[all …]
H A Dtest_ccapi_iterators.c11 cc_ccache_t ccache = NULL; in check_cc_ccache_iterator_next()
99 cc_ccache_t ccache = NULL; in check_once_cc_ccache_iterator_next()
130 cc_ccache_t ccache = NULL; in check_cc_credentials_iterator_next()
H A Dtest_ccapi_util.c16 cc_ccache_t ccache = NULL; in destroy_all_ccaches()
/freebsd/crypto/krb5/src/include/
H A DCredentialsCache.h429 typedef cc_ccache_d *cc_ccache_t; typedef
692 cc_ccache_t *out_ccache);
708 cc_ccache_t *out_ccache);
758 cc_ccache_t *out_ccache);
779 cc_ccache_t *out_ccache);
800 cc_ccache_t *out_ccache);
922 cc_int32 (*release) (cc_ccache_t io_ccache);
934 cc_int32 (*destroy) (cc_ccache_t io_ccache);
941 cc_int32 (*set_default) (cc_ccache_t io_ccache);
955 cc_int32 (*get_credentials_version) (cc_ccache_t in_ccache,
[all …]
/freebsd/crypto/krb5/src/lib/krb5/ccache/ccapi/
H A Dstdcc.c178 cc_ccache_t in_ccache) in stdccv3_get_timeoffset()
205 cc_ccache_t in_ccache) in stdccv3_set_timeoffset()
264 cc_ccache_t ccache = NULL; in krb5_stdccv3_generate_new()
412 cc_ccache_t ccache = NULL; in krb5_stdccv3_initialize()
869 cc_ccache_t ccCache = NULL; in krb5_stdccv3_ptcursor_next()
H A Dstdcc.h22 cc_ccache_t NamedCache;
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_api_macos.c57 cc_ccache_t cache;
250 cc_ccache_t cc_ccache = NULL; in api_macos_gen_new()
570 cc_ccache_t cache; in api_macos_ptcursor_next()