Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccbase.c52 extern const krb5_cc_ops krb5_mcc_ops;
60 static struct krb5_cc_typelist cc_mcc_entry = { &krb5_mcc_ops, &cc_lcc_entry };
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 };
H A Dcc_memory.c97 extern const krb5_cc_ops krb5_mcc_ops;
257 lid->ops = &krb5_mcc_ops; in krb5_mcc_resolve()
499 lid->ops = &krb5_mcc_ops; in krb5_mcc_generate_new()
698 n->ops = &krb5_mcc_ops; in krb5_mcc_ptcursor_new()
739 (*ccache)->ops = &krb5_mcc_ops; in krb5_mcc_ptcursor_next()
770 const krb5_cc_ops krb5_mcc_ops = { variable
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth-krb5.c285 problem = krb5_cc_gen_new(authctxt->krb5_ctx, &krb5_mcc_ops, in auth_krb5_password()