Searched refs:_krb5_cc_allocate (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/crypto/heimdal/lib/krb5/ |
| HD | 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()
|
| HD | krb5-private.h | 62 _krb5_cc_allocate (
|
| HD | mcache.c | 394 ret = _krb5_cc_allocate(context, &krb5_mcc_ops, id); in mcc_get_cache_next()
|
| HD | kcm.c | 892 ret = _krb5_cc_allocate(context, ops, id); in kcm_get_cache_next()
|
| HD | acache.c | 943 ret = _krb5_cc_allocate(context, &krb5_acc_ops, id); in acc_get_cache_next()
|
| HD | scache.c | 1273 ret = _krb5_cc_allocate(context, &krb5_scc_ops, id); in scc_get_cache_next()
|