Home
last modified time | relevance | path

Searched refs:open_ccache (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_ccapi.h213 cc_int32 (*open_ccache)(cc_context_t, const char*, cc_ccache_t *); member
H A Dacache.c536 error = (*a->context->func->open_ccache)(a->context, res, &a->ccache); in acc_resolve()