Home
last modified time | relevance | path

Searched refs:kcm_creds (Results 1 – 5 of 5) sorted by relevance

/trueos/crypto/heimdal/kcm/
HDkcm_locl.h68 struct kcm_creds;
79 struct kcm_creds { struct
82 struct kcm_creds *next; argument
96 struct kcm_creds *creds;
HDcache.c155 struct kcm_creds *k; in kcm_debug_ccache()
344 struct kcm_creds *k; in kcm_ccache_remove_creds_internal()
348 struct kcm_creds *old; in kcm_ccache_remove_creds_internal()
515 struct kcm_creds *
520 struct kcm_creds *c; in kcm_ccache_find_cred_uuid()
538 struct kcm_creds **c; in kcm_ccache_store_cred_internal()
544 *c = (struct kcm_creds *)calloc(1, sizeof(**c)); in kcm_ccache_store_cred_internal()
573 struct kcm_creds **c; in kcm_ccache_remove_cred_internal()
579 struct kcm_creds *cred = *c; in kcm_ccache_remove_cred_internal()
618 struct kcm_creds *c; in kcm_ccache_retrieve_cred_internal()
HDglue.c197 &((struct kcm_creds *)cursor)->cred, in kcmss_get_next()
202 *cursor = ((struct kcm_creds *)cursor)->next; in kcmss_get_next()
HDkcm-protos.h46 struct kcm_creds *
HDprotocol.c444 struct kcm_creds *creds; in kcm_op_get_cred_uuid_list()
493 struct kcm_creds *c; in kcm_op_get_cred_by_uuid()