| /freebsd/crypto/krb5/src/ccapi/lib/ |
| H A D | ccapi_context.h | 33 cc_int32 cci_context_destroy (cc_context_t in_context); 35 cc_int32 ccapi_context_release (cc_context_t in_context); 37 cc_int32 ccapi_context_get_change_time (cc_context_t in_context, 40 cc_int32 ccapi_context_wait_for_change (cc_context_t in_context); 42 cc_int32 ccapi_context_get_default_ccache_name (cc_context_t in_context, 45 cc_int32 ccapi_context_open_ccache (cc_context_t in_context, 49 cc_int32 ccapi_context_open_default_ccache (cc_context_t in_context, 52 cc_int32 ccapi_context_create_ccache (cc_context_t in_context, 58 cc_int32 ccapi_context_create_default_ccache (cc_context_t in_context, 63 cc_int32 ccapi_context_create_new_ccache (cc_context_t in_context, [all …]
|
| H A D | ccapi_context.c | 125 cc_int32 cc_initialize (cc_context_t *out_context, in cc_initialize() 177 *out_context = (cc_context_t) context; in cc_initialize() 189 ccapi_context_release ((cc_context_t) context); in cc_initialize() 210 cc_int32 ccapi_context_release (cc_context_t in_context) in ccapi_context_release() 228 cc_int32 ccapi_context_get_change_time (cc_context_t in_context, in ccapi_context_get_change_time() 271 cc_int32 ccapi_context_wait_for_change (cc_context_t in_context) in ccapi_context_wait_for_change() 311 cc_int32 ccapi_context_get_default_ccache_name (cc_context_t in_context, in ccapi_context_get_default_ccache_name() 359 cc_int32 ccapi_context_open_ccache (cc_context_t in_context, in ccapi_context_open_ccache() 413 cc_int32 ccapi_context_open_default_ccache (cc_context_t in_context, in ccapi_context_open_default_ccache() 455 cc_int32 ccapi_context_create_ccache (cc_context_t in_context, in ccapi_context_create_ccache() [all …]
|
| /freebsd/crypto/krb5/src/ccapi/test/ |
| H A D | test_ccapi_context.h | 7 cc_int32 check_once_cc_initialize(cc_context_t *out_context, cc_int32 in_version, cc_int32 *out_sup… 9 cc_int32 check_once_cc_context_get_version(cc_context_t *out_context, cc_int32 in_version, cc_int32… 11 cc_int32 check_once_cc_context_release(cc_context_t *out_context, cc_int32 expected_err, const char… 13 cc_int32 check_once_cc_context_get_change_time(cc_context_t context, cc_time_t *time, cc_int32 expe… 15 cc_int32 check_once_cc_context_get_default_ccache_name(cc_context_t context, cc_string_t *name, cc_… 17 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 cc_int32 check_once_cc_context_create_ccache(cc_context_t context, const char *name, cc_uint32 cred… 23 cc_int32 check_once_cc_context_create_default_ccache(cc_context_t context, cc_uint32 cred_vers, con… 25 cc_int32 check_once_cc_context_create_new_ccache(cc_context_t context, cc_int32 should_be_default, … [all …]
|
| H A D | test_ccapi_context.c | 9 cc_context_t context = NULL; in check_cc_initialize() 29 cc_int32 check_once_cc_initialize(cc_context_t *out_context, cc_int32 in_version, cc_int32 *out_sup… in check_once_cc_initialize() 31 cc_context_t context; in check_once_cc_initialize() 68 cc_context_t context = NULL; in check_cc_context_release() 92 cc_int32 check_once_cc_context_release(cc_context_t *out_context, cc_int32 expected_err, const char… in check_once_cc_context_release() 94 cc_context_t context = NULL; in check_once_cc_context_release() 135 cc_context_t context = NULL; in check_cc_context_get_change_time() 237 cc_int32 check_once_cc_context_get_change_time(cc_context_t context, cc_time_t *time, cc_int32 expe… in check_once_cc_context_get_change_time() 277 cc_context_t context = NULL; in check_cc_context_get_default_ccache_name() 315 cc_int32 check_once_cc_context_get_default_ccache_name(cc_context_t context, cc_string_t *name, cc_… in check_once_cc_context_get_default_ccache_name() [all …]
|
| H A D | test_ccapi_ccache.c | 15 cc_context_t context = 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() 89 cc_context_t context = 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() 163 cc_context_t context = 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() 282 cc_context_t context = NULL; in check_cc_ccache_get_credentials_version() 360 cc_context_t context = NULL; in check_cc_ccache_get_name() 517 cc_context_t context = NULL; in check_cc_ccache_get_principal() 571 cc_context_t context = NULL; in check_cc_ccache_set_principal() [all …]
|
| H A D | test_ccapi_ccache.h | 7 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…
|
| H A D | simple_lock_test.c | 27 cc_context_t context = NULL; in other_thread() 50 cc_context_t context = NULL; in main()
|
| H A D | test_ccapi_util.h | 7 cc_int32 destroy_all_ccaches(cc_context_t context);
|
| H A D | test_ccapi_iterators.c | 10 cc_context_t context = NULL; in check_cc_ccache_iterator_next() 129 cc_context_t context = NULL; in check_cc_credentials_iterator_next()
|
| H A D | pingtest.c | 69 cc_context_t context = NULL; in main()
|
| H A D | test_ccapi_util.c | 14 cc_int32 destroy_all_ccaches(cc_context_t context) { in destroy_all_ccaches()
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | krb5_ccapi.h | 92 typedef struct cc_context_t *cc_context_t; typedef 210 cc_int32 (*release)(cc_context_t); 211 cc_int32 (*get_change_time)(cc_context_t, cc_time_t *); 212 cc_int32 (*get_default_ccache_name)(cc_context_t, cc_string_t*); 213 cc_int32 (*open_ccache)(cc_context_t, const char*, cc_ccache_t *); 214 cc_int32 (*open_default_ccache)(cc_context_t, cc_ccache_t*); 215 cc_int32 (*create_ccache)(cc_context_t,const char*, cc_uint32, 217 cc_int32 (*create_default_ccache)(cc_context_t, cc_uint32, 219 cc_int32 (*create_new_ccache)(cc_context_t, cc_uint32, 221 cc_int32 (*new_ccache_iterator)(cc_context_t, cc_ccache_iterator_t*); [all …]
|
| H A D | acache.c | 55 cc_context_t context; 892 cc_context_t context; 1017 cc_context_t cc; in acc_get_default_name()
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | CredentialsCache.h | 403 typedef cc_context_d *cc_context_t; typedef 619 cc_int32 (*release) (cc_context_t io_context); 647 cc_int32 (*get_change_time) (cc_context_t in_context, 672 cc_int32 (*get_default_ccache_name) (cc_context_t in_context, 690 cc_int32 (*open_ccache) (cc_context_t in_context, 707 cc_int32 (*open_default_ccache) (cc_context_t in_context, 754 cc_int32 (*create_ccache) (cc_context_t in_context, 776 cc_int32 (*create_default_ccache) (cc_context_t in_context, 797 cc_int32 (*create_new_ccache) (cc_context_t in_context, 816 cc_int32 (*new_ccache_iterator) (cc_context_t in_context, [all …]
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ccapi/ |
| H A D | winccld.h | 13 cc_context_t* outContext,
|
| H A D | stdcc.c | 60 cc_context_t gCntrlBlock = NULL;
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cc_api_macos.c | 56 cc_context_t cc_context; 63 cc_context_t cc_context; 88 make_cache(const char *residual, cc_context_t cc_context, in make_cache() 249 cc_context_t cc_context = NULL; in api_macos_gen_new()
|