Home
last modified time | relevance | path

Searched refs:from_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
129 ret = krb5_cc_resolve(kcc_context, from_name, &from_ccache); in copy_cred_cache()
135 ret = krb5_cc_get_principal(kcc_context, from_ccache, &client); in copy_cred_cache()
151 ret = krb5_cc_copy_match_f(kcc_context, from_ccache, to_ccache, in copy_cred_cache()
156 krb5_cc_close(kcc_context, from_ccache); in copy_cred_cache()