| /src/lib/libtelnet/ |
| forward.c | 61 if ((retval = krb5_cc_store_cred(context, ccache, *creds)) != 0)
|
| /src/usr.bin/login/ |
| k5login.c | 312 kerror = krb5_cc_store_cred(kcontext, ccache, &forw_creds); 417 kerror = krb5_cc_store_cred(kcontext, ccache, &my_creds);
|
| /src/crypto/external/bsd/heimdal/dist/kuser/ |
| kcpytkt.c | 153 ret = krb5_cc_store_cred(context, destccache, &out_creds);
|
| kimpersonate.c | 249 ret = krb5_cc_store_cred(context, ccache, &cred); 251 krb5_err(context, 1, ret, "krb5_cc_store_cred"); 258 ret = krb5_cc_store_cred(context, ccache, &cred); 260 krb5_err(context, 1, ret, "krb5_cc_store_cred");
|
| kgetcred.c | 360 ret = krb5_cc_store_cred(context, id, out); 362 krb5_err(context, 1, ret, "krb5_cc_store_cred");
|
| kinit.c | 402 ret = krb5_cc_store_cred(context, tempccache, out); 404 krb5_warn(context, ret, "krb5_cc_store_cred");
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| test_set_kvno0.c | 148 ret = krb5_cc_store_cred(context, dst_cc, &cred);
|
| verify_init.c | 132 ret = krb5_cc_store_cred (context,
|
| verify_user.c | 76 ret = krb5_cc_store_cred(context, id, &cred);
|
| rd_cred.c | 345 krb5_cc_store_cred(context, ccache, creds[i]);
|
| cache.c | 733 krb5_cc_store_cred(krb5_context context, function 987 ret = krb5_cc_store_cred(context, to, &cred); 1423 ret = krb5_cc_store_cred(context, id, &cred);
|
| get_cred.c | 1243 krb5_cc_store_cred(context, ccache, creds); 1247 krb5_cc_store_cred(context, ccache, creds); 1337 krb5_cc_store_cred(context, ccache, tgts[i]); 1604 krb5_cc_store_cred(context, ccache, tgts[i]);
|
| dcache.c | 477 return krb5_cc_store_cred(context, D2FCACHE(dc), creds);
|
| get_in_tkt.c | 556 ret = krb5_cc_store_cred (context, ccache, creds);
|
| test_cc.c | 236 ret = krb5_cc_store_cred(context, id, &cred); 238 krb5_err(context, 1, ret, "krb5_cc_store_cred");
|
| /src/external/mpl/dhcp/dist/server/ |
| ldap_krb_helper.c | 204 krberr = krb5_cc_store_cred(context, ccache, &my_creds);
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| acquire_cred.c | 162 kret = krb5_cc_store_cred(context, ccache, &cred); 341 kret = krb5_cc_store_cred(context, ccache, &cred);
|
| creds.c | 232 ret = krb5_cc_store_cred(context, id, &creds);
|
| /src/crypto/external/bsd/heimdal/dist/kpasswd/ |
| kpasswd.c | 213 ret = krb5_cc_store_cred(context, id, &cred); 215 krb5_err(context, 1, ret, "krb5_cc_store_cred");
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/ |
| kdc.c | 127 ret = krb5_cc_store_cred (context, *id, &cred);
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/kinit/ |
| kinit.c | 161 krb5_cc_store_cred(kid->ctx, kid->ccache, &creds);
|
| /src/crypto/external/bsd/heimdal/dist/kdc/ |
| hprop.c | 196 ret = krb5_cc_store_cred(context, *cache, &creds); 197 if(ret) krb5_err(context, 1, ret, "krb5_cc_store_cred");
|
| /src/lib/libpam/modules/pam_krb5/ |
| pam_krb5.c | 329 krbret = krb5_cc_store_cred(pam_context, ccache, &creds); 332 log_krb5(pam_context, krbret, NULL, "krb5_cc_store_cred"); 600 krbret = krb5_cc_store_cred(pam_context, ccache_perm, &creds); 603 "krb5_cc_store_cred");
|
| /src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| init_c.c | 243 ret = krb5_cc_store_cred (context, id, &cred);
|
| ipropd_slave.c | 167 ret = krb5_cc_store_cred(context, *cache, &creds); 168 if(ret) krb5_err(context, 1, ret, "krb5_cc_store_cred");
|