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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccdefops.c51 extern const krb5_cc_ops krb5_mcc_ops;
52 const krb5_cc_ops *krb5_cc_dfl_ops = &krb5_mcc_ops;
H A Dcc_memory.c103 extern const krb5_cc_ops krb5_mcc_ops;
302 lid->ops = &krb5_mcc_ops;
477 lid->ops = &krb5_mcc_ops;
692 n->ops = &krb5_mcc_ops;
733 (*ccache)->ops = &krb5_mcc_ops;
815 const krb5_cc_ops krb5_mcc_ops = { variable
H A Dccbase.c46 extern const krb5_cc_ops krb5_mcc_ops;
64 static struct krb5_cc_typelist cc_mcc_entry = { &krb5_mcc_ops, NEXT };

Completed in 18 milliseconds