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

/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccbase.c42 struct krb5_cc_typelist { struct
44 struct krb5_cc_typelist *next;
48 struct krb5_cc_typelist *tptr;
59 static struct krb5_cc_typelist cc_lcc_entry = { &krb5_lcc_ops, NULL };
60 static struct krb5_cc_typelist cc_mcc_entry = { &krb5_mcc_ops, &cc_lcc_entry };
65 static struct krb5_cc_typelist cc_stdcc_entry = { &krb5_cc_stdcc_ops, NULL };
66 static struct krb5_cc_typelist cc_mcc_entry = { &krb5_mcc_ops, &cc_stdcc_entry };
69 static struct krb5_cc_typelist cc_mcc_entry = { &krb5_mcc_ops, NULL };
73 static struct krb5_cc_typelist cc_file_entry = { &krb5_cc_file_ops,
75 static struct krb5_cc_typelist cc_krcc_entr
[all...]

Completed in 42 milliseconds