Searched refs:_krb5_cc_allocate (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | cache.c | 159 _krb5_cc_allocate(krb5_context context, in _krb5_cc_allocate() function 199 ret = _krb5_cc_allocate(context, ops, id); in allocate_ccache() 310 ret = _krb5_cc_allocate(context, ops, id); in krb5_cc_new_unique()
|
H A D | krb5-private.h | 62 _krb5_cc_allocate (
|
H A D | mcache.c | 394 ret = _krb5_cc_allocate(context, &krb5_mcc_ops, id); in mcc_get_cache_next()
|
H A D | kcm.c | 892 ret = _krb5_cc_allocate(context, ops, id); in kcm_get_cache_next()
|
H A D | acache.c | 943 ret = _krb5_cc_allocate(context, &krb5_acc_ops, id); in acc_get_cache_next()
|
H A D | scache.c | 1273 ret = _krb5_cc_allocate(context, &krb5_scc_ops, id); in scc_get_cache_next()
|