Home
last modified time | relevance | path

Searched refs:kcm_ccache_data (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/heimdal/kcm/
H A Dkcm_locl.h67 struct kcm_ccache_data;
85 typedef struct kcm_ccache_data { struct
105 struct kcm_ccache_data *next; argument
106 } kcm_ccache_data; typedef
115 typedef kcm_ccache_data *kcm_ccache;
H A Dcache.c38 kcm_ccache_data *ccache_head = NULL;
190 kcm_ccache_data *cache) in kcm_free_ccache_data_internal()
293 slot = (kcm_ccache_data *)malloc(sizeof(*slot)); in kcm_ccache_alloc()
377 kcm_ccache_data *cache) in kcm_zero_ccache_data_internal()
H A Dkcm-protos.h300 kcm_ccache_data */*cache*/);
H A Dprotocol.c982 kcm_ccache_data tmp; in kcm_op_move_cache()