Searched refs:kcm_alloc (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | kcm.c | 139 kcm_alloc(krb5_context context, const char *name, krb5_ccache *id) in kcm_alloc() function 242 return kcm_alloc(context, res, id); in kcm_resolve() 259 ret = kcm_alloc(context, NULL, id); in kcm_gen_new() 894 ret = kcm_alloc(context, name, id); in kcm_get_cache_next() 1172 ret = kcm_alloc(context, NULL, &id); in _krb5_kcm_is_running()
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2005 | 1155 * lib/krb5/kcm.c (kcm_alloc): allow kcm socket to be configured by
|