Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kuser/
H A Dcopy_cred_cache.c88 krb5_ccache from_ccache, to_ccache; in copy_cred_cache() local
147 ret = krb5_cc_resolve(kcc_context, to_name, &to_ccache); in copy_cred_cache()
151 ret = krb5_cc_copy_match_f(kcc_context, from_ccache, to_ccache, in copy_cred_cache()
158 krb5_cc_destroy(kcc_context, to_ccache); in copy_cred_cache()
160 krb5_cc_close(kcc_context, to_ccache); in copy_cred_cache()