Home
last modified time | relevance | path

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

/trueos/crypto/heimdal/lib/krb5/
HDtest_cc.c720 test_prefix_ops(context, "SCC:", &krb5_scc_ops); in main()
721 test_prefix_ops(context, "SCC:foo", &krb5_scc_ops); in main()
HDversion-script.map708 krb5_scc_ops;
HDkrb5.h900 extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_scc_ops;
HDscache.c1273 ret = _krb5_cc_allocate(context, &krb5_scc_ops, id); in scc_get_cache_next()
1425 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_scc_ops = { variable
HDcontext.c261 krb5_cc_register(context, &krb5_scc_ops, TRUE); in cc_ops_register()