Searched refs:out_cc (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/krb5/src/clients/kinit/ |
| H A D | kinit.c | 123 krb5_ccache in_cc, out_cc; member 433 ret = krb5_cc_resolve(k5->ctx, opts->k5_out_cache_name, &k5->out_cc); in k5_begin() 508 } else if (k5->out_cc != NULL) { in k5_begin() 510 if (krb5_cc_get_principal(k5->ctx, k5->out_cc, &princ) == 0) in k5_begin() 515 k5->out_cc = defcache; in k5_begin() 535 if (k5->out_cc == NULL && krb5_cc_support_switch(k5->ctx, deftype)) { in k5_begin() 537 ret = krb5_cc_cache_match(k5->ctx, k5->me, &k5->out_cc); in k5_begin() 546 krb5_cc_get_name(k5->ctx, k5->out_cc)); in k5_begin() 552 ret = krb5_cc_new_unique(k5->ctx, deftype, NULL, &k5->out_cc); in k5_begin() 559 krb5_cc_get_name(k5->ctx, k5->out_cc)); in k5_begin() [all …]
|