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

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dverify_init.c127 ret = krb5_cc_store_cred (context,
H A Dverify_user.c74 ret = krb5_cc_store_cred(context, id, &cred);
H A Dget_cred.c1198 krb5_cc_store_cred(context, ccache, tgts[i]);
1203 krb5_cc_store_cred(context, ccache, *out_creds);
1431 krb5_cc_store_cred(context, ccache, tgts[i]);
1436 krb5_cc_store_cred(context, ccache, *out_creds);
H A Drd_cred.c343 krb5_cc_store_cred(context, ccache, creds[i]);
H A Dcache.c683 krb5_cc_store_cred(krb5_context context, function
909 ret = krb5_cc_store_cred(context, to, &cred);
1317 ret = krb5_cc_store_cred(context, id, &cred);
H A Dget_in_tkt.c560 ret = krb5_cc_store_cred (context, ccache, creds);
H A Dtest_cc.c234 ret = krb5_cc_store_cred(context, id, &cred);
236 krb5_err(context, 1, ret, "krb5_cc_store_cred");
H A Dkrb5-protos.h812 krb5_cc_store_cred (
/freebsd-13-stable/crypto/heimdal/kpasswd/
H A Dkpasswd.c209 ret = krb5_cc_store_cred(context, id, &cred);
211 krb5_err(context, 1, ret, "krb5_cc_store_cred");
/freebsd-13-stable/crypto/heimdal/kuser/
H A Dkgetcred.c222 ret = krb5_cc_store_cred(context, id, out);
224 krb5_err (context, 1, ret, "krb5_cc_store_cred");
H A Dkimpersonate.c212 ret = krb5_cc_store_cred (context, ccache, &cred);
214 krb5_err (context, 1, ret, "krb5_cc_store_cred");
H A Dkinit.c302 ret = krb5_cc_store_cred(context, cache, out);
314 krb5_warn(context, ret, "krb5_cc_store_cred");
610 ret = krb5_cc_store_cred (context, tempccache, &cred);
612 krb5_err (context, 1, ret, "krb5_cc_store_cred");
/freebsd-13-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dcreds.c211 ret = krb5_cc_store_cred(context, id, &creds);
H A Dacquire_cred.c219 kret = krb5_cc_store_cred(context, ccache, &cred);
/freebsd-13-stable/crypto/openssh/
H A Dauth-krb5.c175 problem= krb5_cc_store_cred(authctxt->krb5_ctx, authctxt->krb5_fwd_ccache,
/freebsd-13-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dkdc.c125 ret = krb5_cc_store_cred (context, *id, &cred);
/freebsd-13-stable/crypto/heimdal/kdc/
H A Dhprop.c194 ret = krb5_cc_store_cred(context, *cache, &creds);
195 if(ret) krb5_err(context, 1, ret, "krb5_cc_store_cred");
/freebsd-13-stable/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c282 krbret = krb5_cc_store_cred(pam_context, ccache, &creds);
286 "Error krb5_cc_store_cred()");
538 krbret = krb5_cc_store_cred(pam_context, ccache_perm, &creds);
541 "Error krb5_cc_store_cred()");
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Dinit_c.c225 ret = krb5_cc_store_cred (context, id, &cred);
H A Dipropd_slave.c149 ret = krb5_cc_store_cred(context, *cache, &creds);
150 if(ret) krb5_err(context, 1, ret, "krb5_cc_store_cred");
/freebsd-13-stable/kerberos5/lib/libkrb5/
H A DMakefile240 krb5_ccache.3 krb5_cc_store_cred.3 \
/freebsd-13-stable/crypto/heimdal/appl/gssmask/
H A Dgssmask.c241 ret = krb5_cc_store_cred (context, id, &cred);
243 krb5_err (context, 1, ret, "krb5_cc_store_cred");
/freebsd-13-stable/usr.sbin/gssd/
H A Dgssd.c1171 ret = krb5_cc_store_cred(context, ccache, &cred);

Completed in 221 milliseconds