Searched refs:ccache2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/su/
H A Dsu.c229 krb5_ccache ccache2; local
233 ret = krb5_cc_new_unique(context, krb5_cc_type_file, NULL, &ccache2);
239 ret = krb5_cc_copy_cache(context, ccache, ccache2);
242 krb5_cc_destroy(context, ccache2);
246 ret = asprintf(&cc_name, "%s:%s", krb5_cc_get_type(context, ccache2),
247 krb5_cc_get_name(context, ccache2));
250 krb5_cc_destroy(context, ccache2);
258 krb5_afslog(context, ccache2, NULL, NULL);
261 krb5_cc_close(context, ccache2);
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Drshd.c56 krb5_ccache ccache, ccache2; variable
198 ret = krb5_cc_resolve (context, tkfile, &ccache2);
209 ret = krb5_cc_copy_cache (context, ccache, ccache2);
219 krb5_cc_close(context, ccache2);

Completed in 228 milliseconds