Home
last modified time | relevance | path

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

/external/openssh/
Dauth-krb5.c127 krb5_fcc_ops.prefix, NULL, &authctxt->krb5_fwd_ccache); in auth_krb5_password()
130 &authctxt->krb5_fwd_ccache); in auth_krb5_password()
136 authctxt->krb5_fwd_ccache); in auth_krb5_password()
167 problem = ssh_krb5_cc_gen(authctxt->krb5_ctx, &authctxt->krb5_fwd_ccache); in auth_krb5_password()
171 problem = krb5_cc_initialize(authctxt->krb5_ctx, authctxt->krb5_fwd_ccache, in auth_krb5_password()
176 problem= krb5_cc_store_cred(authctxt->krb5_ctx, authctxt->krb5_fwd_ccache, in auth_krb5_password()
182 …thctxt->krb5_ticket_file = (char *)krb5_cc_get_name(authctxt->krb5_ctx, authctxt->krb5_fwd_ccache); in auth_krb5_password()
227 if (authctxt->krb5_fwd_ccache) { in krb5_cleanup_proc()
228 krb5_cc_destroy(authctxt->krb5_ctx, authctxt->krb5_fwd_ccache); in krb5_cleanup_proc()
229 authctxt->krb5_fwd_ccache = NULL; in krb5_cleanup_proc()
Dauth.h74 krb5_ccache krb5_fwd_ccache; member
Dsession.c1786 s->authctxt->krb5_fwd_ccache, cell, NULL); in do_child()
1789 s->authctxt->krb5_fwd_ccache, NULL, NULL, pw->pw_dir); in do_child()