/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | get_creds.c | 183 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 D | vfy_increds.c | 37 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 D | gic_keytab.c | 258 if ((retval = krb5_cc_store_cred(context, ccache, creds))) in krb5_get_in_tkt_with_keytab()
|
H A D | gic_pwd.c | 631 if ((retval = krb5_cc_store_cred(context, ccache, creds))) in krb5_get_in_tkt_with_password()
|
H A D | get_in_tkt.c | 428 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 D | cccopy.c | 28 code = krb5_cc_store_cred(context, outcc, &creds); in krb5_cc_copy_creds()
|
H A D | ccfns.c | 65 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 D | copy_ccache.c | 53 code = krb5_cc_store_cred(context, out_ccache, &creds);
|
H A D | acquire_cred_with_pw.c | 183 if ((code = krb5_cc_store_cred(context, ccache2, &creds)) != 0)
|
H A D | accept_sec_context.c | 186 if ((retval = krb5_cc_store_cred(context, ccache, creds[0]))) {
|
H A D | init_sec_context.c | 1550 code = krb5_cc_store_cred(context, ccache, in load_root_cred_using_keytab()
|
/titanic_41/usr/src/cmd/cmd-inet/common/ |
H A D | store_forw_creds.c | 80 if ((retval = krb5_cc_store_cred(context, *ccache, *creds)) != 0) { in store_forw_creds()
|
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_krb.c | 120 code = krb5_cc_store_cred(ctx, cc, &my_creds); in smb_kinit()
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | auth-krb5.c | 226 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 D | kuserok.c | 179 retval = krb5_cc_store_cred(kcontext, ccache, &save_v5creds); in krb5_move_ccache()
|
/titanic_41/usr/src/lib/pam_modules/krb5/ |
H A D | krb5_setcred.c | 429 } else if ((retval = krb5_cc_store_cred(kmd->kcontext, in krb5_renew_tgt()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/ |
H A D | mapfile-vers | 342 krb5_cc_store_cred;
|
/titanic_41/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd_proc.c | 792 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 D | client_init.c | 917 code = krb5_cc_store_cred(handle->context, ccache, &creds); in _kadm5_init_any()
|
/titanic_41/usr/src/lib/libkrb5/common/ |
H A D | mapfile-vers | 84 krb5_cc_store_cred { TYPE = FUNCTION; FILTER = mech_krb5.so.1 };
|
/titanic_41/usr/src/cmd/krb5/kinit/ |
H A D | kinit.c | 1078 code = krb5_cc_store_cred(k5->ctx, k5->cc, &my_creds);
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | krb5.h | 1377 krb5_cc_store_cred (krb5_context context, krb5_ccache cache,
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 485 if ((retval = krb5_cc_store_cred(context, ccache, *creds)) != 0) in rd_and_store_forwarded_creds()
|