Home
last modified time | relevance | path

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

/titanic_41/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) { in krb5_get_credentials()
214 retval = krb5_cc_store_cred(context, ccache, *out_creds); in krb5_get_credentials()
261 retval = krb5_cc_store_cred(context, ccache, *out_creds); in krb5_get_credentials_val_renew_core()
H A Dvfy_increds.c37 code = krb5_cc_store_cred(context, outcc, &creds); in krb5_cc_copy_creds_except()
172 if ((ret = krb5_cc_store_cred(context, ccache, creds)) != NULL) in krb5_verify_init_creds()
H A Dgic_keytab.c258 if ((retval = krb5_cc_store_cred(context, ccache, creds))) in krb5_get_in_tkt_with_keytab()
H A Dgic_pwd.c631 if ((retval = krb5_cc_store_cred(context, ccache, creds))) in krb5_get_in_tkt_with_password()
H A Dget_in_tkt.c428 if ((retval = krb5_cc_store_cred(context, ccache, creds)) !=0) in stash_as_reply()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcccopy.c28 code = krb5_cc_store_cred(context, outcc, &creds); in krb5_cc_copy_creds()
H A Dccfns.c65 krb5_cc_store_cred (krb5_context context, krb5_ccache cache, in krb5_cc_store_cred() function
/titanic_41/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]))) {
H A Dinit_sec_context.c1550 code = krb5_cc_store_cred(context, ccache, in load_root_cred_using_keytab()
/titanic_41/usr/src/cmd/cmd-inet/common/
H A Dstore_forw_creds.c80 if ((retval = krb5_cc_store_cred(context, *ccache, *creds)) != 0) { in store_forw_creds()
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_krb.c120 code = krb5_cc_store_cred(ctx, cc, &my_creds); in smb_kinit()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-krb5.c226 problem = krb5_cc_store_cred(authctxt->krb5_ctx, ccache, *creds); in auth_krb5_tgt()
353 problem= krb5_cc_store_cred(authctxt->krb5_ctx, authctxt->krb5_fwd_ccache, in auth_krb5_password()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dkuserok.c179 retval = krb5_cc_store_cred(kcontext, ccache, &save_v5creds); in krb5_move_ccache()
/titanic_41/usr/src/lib/pam_modules/krb5/
H A Dkrb5_setcred.c429 } else if ((retval = krb5_cc_store_cred(kmd->kcontext, in krb5_renew_tgt()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/
H A Dmapfile-vers342 krb5_cc_store_cred;
/titanic_41/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c792 if (code = krb5_cc_store_cred(k5.ctx, k5.cc, &my_creds)) { in renew_creds()
/titanic_41/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c917 code = krb5_cc_store_cred(handle->context, ccache, &creds); in _kadm5_init_any()
/titanic_41/usr/src/lib/libkrb5/common/
H A Dmapfile-vers84 krb5_cc_store_cred { TYPE = FUNCTION; FILTER = mech_krb5.so.1 };
/titanic_41/usr/src/cmd/krb5/kinit/
H A Dkinit.c1078 code = krb5_cc_store_cred(k5->ctx, k5->cc, &my_creds);
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1377 krb5_cc_store_cred (krb5_context context, krb5_ccache cache,
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c485 if ((retval = krb5_cc_store_cred(context, ccache, *creds)) != 0) in rd_and_store_forwarded_creds()