Searched refs:cc_ccache_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dkrb5_ccapi.h93 typedef struct cc_ccache_t *cc_ccache_t; typedef in typeref:struct:cc_ccache_t
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_uint3
205 struct cc_ccache_t { struct
[all...]
H A Dacache.c56 cc_ccache_t ccache;
934 cc_ccache_t cache;

Completed in 124 milliseconds