Searched refs:cache_call (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cc_kcm.c | 670 cache_call(krb5_context context, krb5_ccache cache, struct kcmreq *req) in cache_call() function 689 if (cache_call(context, cache, &req) != 0) in get_kdc_offset() 712 (void)cache_call(context, cache, &req); in set_kdc_offset() 832 ret = cache_call(context, cache, &req); in kcm_initialize() 858 ret = cache_call(context, cache, &req); in kcm_destroy() 872 ret = cache_call(context, cache, &req); in kcm_store() 893 ret = cache_call(context, cache, &req); in kcm_retrieve() 941 ret = cache_call(context, cache, &req); in kcm_get_princ() 971 ret = cache_call(context, cache, &req); in kcm_start_seq_get() 981 ret = cache_call(context, cache, &req); in kcm_start_seq_get() [all …]
|