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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcccopy.c28 code = krb5_cc_store_cred(context, outcc, &creds);
H A Dccfns.c65 krb5_cc_store_cred (krb5_context context, krb5_ccache cache, function
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dcopy_ccache.c53 code = krb5_cc_store_cred(context, out_ccache, &creds);
H A Dacquire_cred_with_pw.c183 if ((code = krb5_cc_store_cred(context, ccache2, &creds)) != 0)
H A Daccept_sec_context.c186 if ((retval = krb5_cc_store_cred(context, ccache, creds[0]))) {
189 "krb5_cc_store_cred() retval = %d\n", retval);
H A Dinit_sec_context.c1550 code = krb5_cc_store_cred(context, ccache,
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dstore_forw_creds.c80 if ((retval = krb5_cc_store_cred(context, *ccache, *creds)) != 0) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_creds.c183 if ((rv2 = krb5_cc_store_cred(context, ccache, tgts[i])) != 0) {
209 * krb5_cc_store_cred() call is to optimize performance
214 retval = krb5_cc_store_cred(context, ccache, *out_creds);
261 retval = krb5_cc_store_cred(context, ccache, *out_creds);
H A Dvfy_increds.c37 code = krb5_cc_store_cred(context, outcc, &creds);
172 if ((ret = krb5_cc_store_cred(context, ccache, creds)) != NULL)
H A Dgic_keytab.c258 if ((retval = krb5_cc_store_cred(context, ccache, creds)))
H A Dgic_pwd.c631 if ((retval = krb5_cc_store_cred(context, ccache, creds)))
H A Dget_in_tkt.c436 if ((retval = krb5_cc_store_cred(context, ccache, creds)) !=0)
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_krb.c135 code = krb5_cc_store_cred(ctx, cc, &my_creds);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dkuserok.c179 retval = krb5_cc_store_cred(kcontext, ccache, &save_v5creds);
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dkrb5_setcred.c429 } else if ((retval = krb5_cc_store_cred(kmd->kcontext,
432 "PAM-KRB5 (setcred): krb5_cc_store_cred "
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c792 if (code = krb5_cc_store_cred(k5.ctx, k5.cc, &my_creds)) {
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c917 code = krb5_cc_store_cred(handle->context, ccache, &creds);
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c1078 code = krb5_cc_store_cred(k5->ctx, k5->cc, &my_creds);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1377 krb5_cc_store_cred (krb5_context context, krb5_ccache cache,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c485 if ((retval = krb5_cc_store_cred(context, ccache, *creds)) != 0)

Completed in 109 milliseconds