Searched refs:ccs_ccache_t (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/krb5/src/ccapi/server/ |
H A D | ccs_ccache.h | 31 cc_int32 ccs_ccache_new (ccs_ccache_t *out_ccache, 37 cc_int32 ccs_ccache_reset (ccs_ccache_t io_ccache, 42 cc_int32 ccs_ccache_swap_contents (ccs_ccache_t io_source_ccache, 43 ccs_ccache_t io_destination_ccache, 46 cc_int32 ccs_ccache_release (ccs_ccache_t io_ccache); 48 cc_int32 ccs_ccache_changed (ccs_ccache_t io_ccache, 51 cc_int32 ccs_ccache_compare_identifier (ccs_ccache_t in_ccache, 55 cc_int32 ccs_ccache_compare_name (ccs_ccache_t in_ccache, 59 cc_int32 ccs_ccache_notify_default_state_changed (ccs_ccache_t io_ccache, 63 cc_int32 ccs_ccache_find_credentials_iterator (ccs_ccache_t in_ccache, [all …]
|
H A D | ccs_ccache.c | 47 cc_int32 ccs_ccache_new (ccs_ccache_t *out_ccache, in ccs_ccache_new() 54 ccs_ccache_t ccache = NULL; in ccs_ccache_new() 137 cc_int32 ccs_ccache_reset (ccs_ccache_t io_ccache, in ccs_ccache_reset() 189 cc_int32 ccs_ccache_swap_contents (ccs_ccache_t io_source_ccache, in ccs_ccache_swap_contents() 190 ccs_ccache_t io_destination_ccache, in ccs_ccache_swap_contents() 226 cc_int32 ccs_ccache_release (ccs_ccache_t io_ccache) in ccs_ccache_release() 249 cc_int32 ccs_ccache_compare_identifier (ccs_ccache_t in_ccache, in ccs_ccache_compare_identifier() 270 cc_int32 ccs_ccache_compare_name (ccs_ccache_t in_ccache, in ccs_ccache_compare_name() 293 cc_int32 ccs_ccache_changed (ccs_ccache_t io_ccache, in ccs_ccache_changed() 364 ccs_ccache_t ccache = (ccs_ccache_t) io_ccache; in ccs_ccache_invalidate_change_callback() [all …]
|
H A D | ccs_cache_collection.c | 226 ccs_ccache_t *out_ccache) in ccs_cache_collection_find_ccache_by_name() 242 ccs_ccache_t ccache = NULL; in ccs_cache_collection_find_ccache_by_name() 272 ccs_ccache_t *out_ccache) in ccs_cache_collection_find_ccache() 292 ccs_ccache_t io_destination_ccache) in ccs_ccache_collection_move_ccache() 295 ccs_ccache_t source_ccache = NULL; in ccs_ccache_collection_move_ccache() 327 ccs_ccache_t ccache = NULL; in ccs_cache_collection_destroy_ccache() 385 ccs_ccache_t *out_ccache, in ccs_cache_collection_find_credentials_iterator() 402 ccs_ccache_t ccache = NULL; in ccs_cache_collection_find_credentials_iterator() 450 ccs_ccache_t ccache = NULL; /* temporary to hold ccache pointer */ in ccs_cache_collection_get_next_unique_ccache_name() 479 ccs_ccache_t *out_ccache) in ccs_cache_collection_get_default_ccache() [all …]
|
H A D | ccs_credentials_iterator.c | 31 ccs_ccache_t io_ccache, in ccs_credentials_iterator_release() 52 ccs_ccache_t io_ccache, in ccs_credentials_iterator_next() 79 ccs_ccache_t io_ccache, in ccs_credentials_iterator_clone() 111 ccs_ccache_t io_ccache, in ccs_credentials_iterator_handle_message()
|
H A D | ccs_cache_collection.h | 46 ccs_ccache_t *out_ccache); 50 ccs_ccache_t io_destination_ccache); 61 ccs_ccache_t *out_ccache,
|
H A D | ccs_list.c | 106 return cci_check_error (ccs_ccache_release ((ccs_ccache_t) io_ccache)); in ccs_ccache_list_object_release() 115 return ccs_ccache_compare_identifier ((ccs_ccache_t) in_ccache, in ccs_ccache_list_object_compare_identifier() 152 ccs_ccache_t *out_ccache) in ccs_ccache_list_find() 170 ccs_ccache_t in_ccache) in ccs_ccache_list_add() 217 ccs_ccache_t *out_ccache) in ccs_ccache_list_iterator_next()
|
H A D | ccs_list.h | 64 ccs_ccache_t *out_ccache); 71 ccs_ccache_t in_ccache); 89 ccs_ccache_t *out_ccache);
|
H A D | ccs_credentials_iterator.h | 32 ccs_ccache_t io_ccache,
|
H A D | ccs_types.h | 113 typedef struct ccs_ccache_d *ccs_ccache_t; typedef
|
H A D | ccs_server.c | 238 ccs_ccache_t ccache = NULL; in ccs_server_request_demux() 278 ccs_ccache_t ccache = NULL; in ccs_server_request_demux()
|
H A D | ccs_ccache_iterator.c | 57 ccs_ccache_t ccache = NULL; in ccs_ccache_iterator_next()
|