Searched refs:ccops (Results 1 – 1 of 1) sorted by relevance
52 krb5_cc_ops * ccops; in _krb5_load_ccache_plugins() local55 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()