Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dpcache.c52 krb5_cc_ops * ccops; in _krb5_load_ccache_plugins() local
55 ccops = _krb5_plugin_get_symbol(p); in _krb5_load_ccache_plugins()
56 if (ccops != NULL && ccops->version == KRB5_CC_OPS_VERSION) { in _krb5_load_ccache_plugins()
57 c_load = krb5_cc_register(context, ccops, TRUE); in _krb5_load_ccache_plugins()