Symbol: cc_ccache_t
crypto/heimdal/lib/krb5/acache.c
56
cc_ccache_t ccache;
crypto/heimdal/lib/krb5/acache.c
934
cc_ccache_t cache;
crypto/heimdal/lib/krb5/krb5_ccapi.h
175
cc_int32 (*next)(cc_ccache_iterator_t, cc_ccache_t*);
crypto/heimdal/lib/krb5/krb5_ccapi.h
183
cc_int32 (*release)(cc_ccache_t);
crypto/heimdal/lib/krb5/krb5_ccapi.h
184
cc_int32 (*destroy)(cc_ccache_t);
crypto/heimdal/lib/krb5/krb5_ccapi.h
185
cc_int32 (*set_default)(cc_ccache_t);
crypto/heimdal/lib/krb5/krb5_ccapi.h
186
cc_int32 (*get_credentials_version)(cc_ccache_t, cc_uint32*);
crypto/heimdal/lib/krb5/krb5_ccapi.h
187
cc_int32 (*get_name)(cc_ccache_t, cc_string_t*);
crypto/heimdal/lib/krb5/krb5_ccapi.h
188
cc_int32 (*get_principal)(cc_ccache_t, cc_uint32, cc_string_t*);
crypto/heimdal/lib/krb5/krb5_ccapi.h
189
cc_int32 (*set_principal)(cc_ccache_t, cc_uint32, const char*);
crypto/heimdal/lib/krb5/krb5_ccapi.h
190
cc_int32 (*store_credentials)(cc_ccache_t, const cc_credentials_union*);
crypto/heimdal/lib/krb5/krb5_ccapi.h
191
cc_int32 (*remove_credentials)(cc_ccache_t, cc_credentials_t);
crypto/heimdal/lib/krb5/krb5_ccapi.h
192
cc_int32 (*new_credentials_iterator)(cc_ccache_t,
crypto/heimdal/lib/krb5/krb5_ccapi.h
194
cc_int32 (*move)(cc_ccache_t, cc_ccache_t);
crypto/heimdal/lib/krb5/krb5_ccapi.h
195
cc_int32 (*lock)(cc_ccache_t, cc_uint32, cc_uint32);
crypto/heimdal/lib/krb5/krb5_ccapi.h
196
cc_int32 (*unlock)(cc_ccache_t);
crypto/heimdal/lib/krb5/krb5_ccapi.h
197
cc_int32 (*get_last_default_time)(cc_ccache_t, cc_time_t*);
crypto/heimdal/lib/krb5/krb5_ccapi.h
198
cc_int32 (*get_change_time)(cc_ccache_t, cc_time_t*);
crypto/heimdal/lib/krb5/krb5_ccapi.h
199
cc_int32 (*compare)(cc_ccache_t, cc_ccache_t, cc_uint32*);
crypto/heimdal/lib/krb5/krb5_ccapi.h
200
cc_int32 (*get_kdc_time_offset)(cc_ccache_t, cc_int32, cc_time_t *);
crypto/heimdal/lib/krb5/krb5_ccapi.h
201
cc_int32 (*set_kdc_time_offset)(cc_ccache_t, cc_int32, cc_time_t);
crypto/heimdal/lib/krb5/krb5_ccapi.h
202
cc_int32 (*clear_kdc_time_offset)(cc_ccache_t, cc_int32);
crypto/heimdal/lib/krb5/krb5_ccapi.h
213
cc_int32 (*open_ccache)(cc_context_t, const char*, cc_ccache_t *);
crypto/heimdal/lib/krb5/krb5_ccapi.h
214
cc_int32 (*open_default_ccache)(cc_context_t, cc_ccache_t*);
crypto/heimdal/lib/krb5/krb5_ccapi.h
216
const char*, cc_ccache_t*);
crypto/heimdal/lib/krb5/krb5_ccapi.h
218
const char*, cc_ccache_t*);
crypto/heimdal/lib/krb5/krb5_ccapi.h
220
const char*, cc_ccache_t*);
crypto/heimdal/lib/krb5/krb5_ccapi.h
93
typedef struct cc_ccache_t *cc_ccache_t;
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
111
*out_ccache = (cc_ccache_t) ccache;
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
115
ccapi_ccache_release ((cc_ccache_t) ccache);
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
122
cc_int32 cci_ccache_write (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
144
cc_int32 ccapi_ccache_release (cc_ccache_t io_ccache)
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
163
cc_int32 ccapi_ccache_destroy (cc_ccache_t io_ccache)
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
186
cc_int32 ccapi_ccache_set_default (cc_ccache_t io_ccache)
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
205
cc_int32 ccapi_ccache_get_credentials_version (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
233
cc_int32 ccapi_ccache_get_name (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
267
cc_int32 ccapi_ccache_get_principal (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
312
cc_int32 ccapi_ccache_set_principal (cc_ccache_t io_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
349
cc_int32 ccapi_ccache_store_credentials (cc_ccache_t io_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
381
cc_int32 ccapi_ccache_remove_credentials (cc_ccache_t io_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
413
cc_int32 ccapi_ccache_new_credentials_iterator (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
449
cc_int32 ccapi_ccache_move (cc_ccache_t io_source_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
450
cc_ccache_t io_destination_ccache)
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
482
cc_int32 ccapi_ccache_lock (cc_ccache_t io_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
518
cc_int32 ccapi_ccache_unlock (cc_ccache_t io_ccache)
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
537
cc_int32 ccapi_ccache_get_last_default_time (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
565
cc_int32 ccapi_ccache_get_change_time (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
593
cc_int32 ccapi_ccache_wait_for_change (cc_ccache_t in_ccache)
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
629
cc_int32 ccapi_ccache_compare (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
630
cc_ccache_t in_compare_to_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
652
cc_int32 ccapi_ccache_get_kdc_time_offset (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
691
cc_int32 ccapi_ccache_set_kdc_time_offset (cc_ccache_t io_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
727
cc_int32 ccapi_ccache_clear_kdc_time_offset (cc_ccache_t io_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
762
cc_int32 cci_ccache_get_compat_version (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
780
cc_int32 cci_ccache_set_compat_version (cc_ccache_t io_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
79
cc_int32 cci_ccache_new (cc_ccache_t *out_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
101
cc_int32 cci_ccache_set_compat_version (cc_ccache_t io_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
31
cc_int32 cci_ccache_new (cc_ccache_t *out_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
34
cc_int32 ccapi_ccache_release (cc_ccache_t io_ccache);
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
36
cc_int32 cci_ccache_write (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
39
cc_int32 ccapi_ccache_destroy (cc_ccache_t io_ccache);
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
41
cc_int32 ccapi_ccache_set_default (cc_ccache_t io_ccache);
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
43
cc_int32 ccapi_ccache_get_credentials_version (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
46
cc_int32 ccapi_ccache_get_name (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
49
cc_int32 ccapi_ccache_get_principal (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
53
cc_int32 ccapi_ccache_set_principal (cc_ccache_t io_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
57
cc_int32 ccapi_ccache_store_credentials (cc_ccache_t io_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
60
cc_int32 ccapi_ccache_remove_credentials (cc_ccache_t io_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
63
cc_int32 ccapi_ccache_new_credentials_iterator (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
66
cc_int32 ccapi_ccache_move (cc_ccache_t io_source_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
67
cc_ccache_t io_destination_ccache);
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
69
cc_int32 ccapi_ccache_lock (cc_ccache_t io_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
73
cc_int32 ccapi_ccache_unlock (cc_ccache_t io_ccache);
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
75
cc_int32 ccapi_ccache_get_last_default_time (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
78
cc_int32 ccapi_ccache_get_change_time (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
81
cc_int32 ccapi_ccache_wait_for_change (cc_ccache_t in_ccache);
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
83
cc_int32 ccapi_ccache_compare (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
84
cc_ccache_t in_compare_to_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
87
cc_int32 ccapi_ccache_get_kdc_time_offset (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
91
cc_int32 ccapi_ccache_set_kdc_time_offset (cc_ccache_t io_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
95
cc_int32 ccapi_ccache_clear_kdc_time_offset (cc_ccache_t io_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
98
cc_int32 cci_ccache_get_compat_version (cc_ccache_t in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_ccache_iterator.c
158
cc_ccache_t *out_ccache)
crypto/krb5/src/ccapi/lib/ccapi_ccache_iterator.h
40
cc_ccache_t *out_ccache);
crypto/krb5/src/ccapi/lib/ccapi_context.c
361
cc_ccache_t *out_ccache)
crypto/krb5/src/ccapi/lib/ccapi_context.c
414
cc_ccache_t *out_ccache)
crypto/krb5/src/ccapi/lib/ccapi_context.c
459
cc_ccache_t *out_ccache)
crypto/krb5/src/ccapi/lib/ccapi_context.c
519
cc_ccache_t *out_ccache)
crypto/krb5/src/ccapi/lib/ccapi_context.c
574
cc_ccache_t *out_ccache)
crypto/krb5/src/ccapi/lib/ccapi_context.h
47
cc_ccache_t *out_ccache);
crypto/krb5/src/ccapi/lib/ccapi_context.h
50
cc_ccache_t *out_ccache);
crypto/krb5/src/ccapi/lib/ccapi_context.h
56
cc_ccache_t *out_ccache);
crypto/krb5/src/ccapi/lib/ccapi_context.h
61
cc_ccache_t *out_ccache);
crypto/krb5/src/ccapi/lib/ccapi_context.h
66
cc_ccache_t *out_ccache);
crypto/krb5/src/ccapi/lib/ccapi_v2.c
276
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/lib/ccapi_v2.c
329
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/lib/ccapi_v2.c
632
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/lib/ccapi_v2.c
723
err = cci_ccache_get_compat_version ((cc_ccache_t) in_ccache,
crypto/krb5/src/ccapi/lib/ccapi_v2.c
728
err = ccapi_ccache_new_credentials_iterator ((cc_ccache_t) in_ccache,
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1039
cc_int32 check_once_cc_ccache_new_credentials_iterator(cc_ccache_t ccache, cc_credentials_iterator_t *iterator, cc_int32 expected_err, const char *description) {
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1071
cc_int32 check_once_cc_ccache_get_change_time(cc_ccache_t ccache, cc_time_t *last_time, cc_int32 expected_err, const char *description) {
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1114
cc_ccache_t dummy_ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1115
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
119
cc_int32 check_once_cc_ccache_destroy(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description) {
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1238
cc_int32 check_once_cc_ccache_get_last_default_time(cc_ccache_t ccache, cc_time_t *last_time, cc_int32 expected_err, const char *description) {
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1282
cc_ccache_t ccache_1 = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1283
cc_ccache_t ccache_2 = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1374
cc_ccache_t source = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1375
cc_ccache_t destination = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1441
cc_int32 check_once_cc_ccache_move(cc_ccache_t source, cc_ccache_t destination, cc_int32 expected_err, const char *description) {
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1546
cc_ccache_t ccache_a = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1547
cc_ccache_t ccache_b = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1599
cc_int32 check_once_cc_ccache_compare(cc_ccache_t ccache, cc_ccache_t compare_to, cc_uint32 *equal, cc_int32 expected_err, const char *description) {
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
16
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
164
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1645
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1689
cc_int32 check_once_cc_ccache_get_kdc_time_offset(cc_ccache_t ccache, cc_int32 credentials_version, cc_time_t *time_offset, cc_int32 expected_err, const char *description) {
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1733
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1765
cc_int32 check_once_cc_ccache_set_kdc_time_offset(cc_ccache_t ccache, cc_int32 credentials_version, cc_time_t time_offset, cc_int32 expected_err, const char *description) {
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1808
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1844
cc_int32 check_once_cc_ccache_clear_kdc_time_offset(cc_ccache_t ccache, cc_int32 credentials_version, cc_int32 expected_err, const char *description) {
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
225
cc_int32 check_once_cc_ccache_set_default(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description) {
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
234
cc_ccache_t default_ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
283
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
320
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) {
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
361
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
423
cc_int32 check_once_cc_ccache_get_name(cc_ccache_t ccache, const char *expected_name, cc_int32 expected_err, const char *description) {
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
45
cc_int32 check_once_cc_ccache_release(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description) {
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
467
cc_int32 check_once_cc_ccache_get_principal(cc_ccache_t ccache,
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
518
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
572
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
625
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) {
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
674
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
675
cc_ccache_t dup_ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
755
cc_int32 check_once_cc_ccache_store_credentials(cc_ccache_t ccache, const cc_credentials_union *credentials, cc_int32 expected_err, const char *description) {
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
815
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
816
cc_ccache_t dup_ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
90
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
907
cc_int32 check_once_cc_ccache_remove_credentials(cc_ccache_t ccache, cc_credentials_t in_creds, cc_int32 expected_err, const char *description) {
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
969
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
970
cc_ccache_t dup_ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
11
cc_int32 check_once_cc_ccache_set_default(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description);
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
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);
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
15
cc_int32 check_once_cc_ccache_get_name(cc_ccache_t ccache, const char *expected_name, cc_int32 expected_err, const char *description);
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
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);
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
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);
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
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);
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
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);
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
27
cc_int32 check_once_cc_ccache_new_credentials_iterator(cc_ccache_t ccache, cc_credentials_iterator_t *iterator, cc_int32 expected_err, const char *description);
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
30
cc_int32 check_once_cc_ccache_get_change_time(cc_ccache_t ccache, cc_time_t *last_time, cc_int32 expected_err, const char *description);
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
32
cc_int32 check_once_cc_ccache_get_last_default_time(cc_ccache_t ccache, cc_time_t *last_time, cc_int32 expected_err, const char *description);
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
35
cc_int32 check_once_cc_ccache_move(cc_ccache_t source, cc_ccache_t destination, cc_int32 expected_err, const char *description);
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
38
cc_int32 check_once_cc_ccache_compare(cc_ccache_t ccache, cc_ccache_t compare_to, cc_uint32 *equal, cc_int32 expected_err, const char *description);
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
41
cc_int32 check_once_cc_ccache_get_kdc_time_offset(cc_ccache_t ccache, cc_int32 credentials_version, cc_time_t *time_offset, cc_int32 expected_err, const char *description);
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
44
cc_int32 check_once_cc_ccache_set_kdc_time_offset(cc_ccache_t ccache, cc_int32 credentials_version, cc_time_t time_offset, cc_int32 expected_err, const char *description);
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
47
cc_int32 check_once_cc_ccache_clear_kdc_time_offset(cc_ccache_t ccache, cc_int32 credentials_version, cc_int32 expected_err, const char *description);
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
7
cc_int32 check_once_cc_ccache_release(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description);
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
9
cc_int32 check_once_cc_ccache_destroy(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description);
crypto/krb5/src/ccapi/test/test_ccapi_context.c
137
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_context.c
278
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_context.c
354
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_context.c
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) {
crypto/krb5/src/ccapi/test/test_ccapi_context.c
462
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_context.c
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) {
crypto/krb5/src/ccapi/test/test_ccapi_context.c
554
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_context.c
599
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) {
crypto/krb5/src/ccapi/test/test_ccapi_context.c
658
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_context.c
696
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) {
crypto/krb5/src/ccapi/test/test_ccapi_context.c
748
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_context.c
787
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) {
crypto/krb5/src/ccapi/test/test_ccapi_context.c
858
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_context.h
17
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);
crypto/krb5/src/ccapi/test/test_ccapi_context.h
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);
crypto/krb5/src/ccapi/test/test_ccapi_context.h
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);
crypto/krb5/src/ccapi/test/test_ccapi_context.h
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);
crypto/krb5/src/ccapi/test/test_ccapi_context.h
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);
crypto/krb5/src/ccapi/test/test_ccapi_iterators.c
11
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_iterators.c
130
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_iterators.c
99
cc_ccache_t ccache = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_util.c
16
cc_ccache_t ccache = NULL;
crypto/krb5/src/include/CredentialsCache.h
1017
cc_int32 (*store_credentials) (cc_ccache_t io_ccache,
crypto/krb5/src/include/CredentialsCache.h
1040
cc_int32 (*remove_credentials) (cc_ccache_t io_ccache,
crypto/krb5/src/include/CredentialsCache.h
1057
cc_int32 (*new_credentials_iterator) (cc_ccache_t in_ccache,
crypto/krb5/src/include/CredentialsCache.h
1079
cc_int32 (*move) (cc_ccache_t io_source_ccache,
crypto/krb5/src/include/CredentialsCache.h
1080
cc_ccache_t io_destination_ccache);
crypto/krb5/src/include/CredentialsCache.h
1114
cc_int32 (*lock) (cc_ccache_t io_ccache,
crypto/krb5/src/include/CredentialsCache.h
1123
cc_int32 (*unlock) (cc_ccache_t io_ccache);
crypto/krb5/src/include/CredentialsCache.h
1136
cc_int32 (*get_last_default_time) (cc_ccache_t in_ccache,
crypto/krb5/src/include/CredentialsCache.h
1165
cc_int32 (*get_change_time) (cc_ccache_t in_ccache,
crypto/krb5/src/include/CredentialsCache.h
1175
cc_int32 (*compare) (cc_ccache_t in_ccache,
crypto/krb5/src/include/CredentialsCache.h
1176
cc_ccache_t in_compare_to_ccache,
crypto/krb5/src/include/CredentialsCache.h
1194
cc_int32 (*get_kdc_time_offset) (cc_ccache_t in_ccache,
crypto/krb5/src/include/CredentialsCache.h
1212
cc_int32 (*set_kdc_time_offset) (cc_ccache_t io_ccache,
crypto/krb5/src/include/CredentialsCache.h
1228
cc_int32 (*clear_kdc_time_offset) (cc_ccache_t io_ccache,
crypto/krb5/src/include/CredentialsCache.h
1258
cc_int32 (*wait_for_change) (cc_ccache_t in_ccache);
crypto/krb5/src/include/CredentialsCache.h
1320
cc_ccache_t *out_ccache);
crypto/krb5/src/include/CredentialsCache.h
692
cc_ccache_t *out_ccache);
crypto/krb5/src/include/CredentialsCache.h
708
cc_ccache_t *out_ccache);
crypto/krb5/src/include/CredentialsCache.h
758
cc_ccache_t *out_ccache);
crypto/krb5/src/include/CredentialsCache.h
779
cc_ccache_t *out_ccache);
crypto/krb5/src/include/CredentialsCache.h
800
cc_ccache_t *out_ccache);
crypto/krb5/src/include/CredentialsCache.h
922
cc_int32 (*release) (cc_ccache_t io_ccache);
crypto/krb5/src/include/CredentialsCache.h
934
cc_int32 (*destroy) (cc_ccache_t io_ccache);
crypto/krb5/src/include/CredentialsCache.h
941
cc_int32 (*set_default) (cc_ccache_t io_ccache);
crypto/krb5/src/include/CredentialsCache.h
955
cc_int32 (*get_credentials_version) (cc_ccache_t in_ccache,
crypto/krb5/src/include/CredentialsCache.h
965
cc_int32 (*get_name) (cc_ccache_t in_ccache,
crypto/krb5/src/include/CredentialsCache.h
980
cc_int32 (*get_principal) (cc_ccache_t in_ccache,
crypto/krb5/src/include/CredentialsCache.h
994
cc_int32 (*set_principal) (cc_ccache_t io_ccache,
crypto/krb5/src/lib/krb5/ccache/cc_api_macos.c
250
cc_ccache_t cc_ccache = NULL;
crypto/krb5/src/lib/krb5/ccache/cc_api_macos.c
57
cc_ccache_t cache;
crypto/krb5/src/lib/krb5/ccache/cc_api_macos.c
570
cc_ccache_t cache;
crypto/krb5/src/lib/krb5/ccache/ccapi/stdcc.c
178
cc_ccache_t in_ccache)
crypto/krb5/src/lib/krb5/ccache/ccapi/stdcc.c
205
cc_ccache_t in_ccache)
crypto/krb5/src/lib/krb5/ccache/ccapi/stdcc.c
264
cc_ccache_t ccache = NULL;
crypto/krb5/src/lib/krb5/ccache/ccapi/stdcc.c
412
cc_ccache_t ccache = NULL;
crypto/krb5/src/lib/krb5/ccache/ccapi/stdcc.c
869
cc_ccache_t ccCache = NULL;
crypto/krb5/src/lib/krb5/ccache/ccapi/stdcc.h
22
cc_ccache_t NamedCache;