Lines Matching refs:ccache
80 krb5_ccache ccache = NULL; in auth_krb5_password() local
103 krb5_mcc_ops.prefix, NULL, &ccache); in auth_krb5_password()
105 problem = krb5_cc_gen_new(authctxt->krb5_ctx, &krb5_mcc_ops, &ccache); in auth_krb5_password()
110 problem = krb5_cc_initialize(authctxt->krb5_ctx, ccache, in auth_krb5_password()
118 ccache, password, 1, NULL); in auth_krb5_password()
135 problem = krb5_cc_copy_cache(authctxt->krb5_ctx, ccache, in auth_krb5_password()
137 krb5_cc_destroy(authctxt->krb5_ctx, ccache); in auth_krb5_password()
138 ccache = NULL; in auth_krb5_password()
200 if (ccache) in auth_krb5_password()
201 krb5_cc_destroy(authctxt->krb5_ctx, ccache); in auth_krb5_password()
243 ssh_krb5_cc_gen(krb5_context ctx, krb5_ccache *ccache) { in ssh_krb5_cc_gen() argument
270 return (krb5_cc_resolve(ctx, ccname, ccache)); in ssh_krb5_cc_gen()