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

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

Completed in 114 milliseconds