Home
last modified time | relevance | path

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

/external/openssh/
Dauth-krb5.c119 &authctxt->krb5_fwd_ccache); in auth_krb5_password()
124 authctxt->krb5_fwd_ccache); in auth_krb5_password()
154 problem = ssh_krb5_cc_gen(authctxt->krb5_ctx, &authctxt->krb5_fwd_ccache); in auth_krb5_password()
158 problem = krb5_cc_initialize(authctxt->krb5_ctx, authctxt->krb5_fwd_ccache, in auth_krb5_password()
163 problem= krb5_cc_store_cred(authctxt->krb5_ctx, authctxt->krb5_fwd_ccache, in auth_krb5_password()
169 …thctxt->krb5_ticket_file = (char *)krb5_cc_get_name(authctxt->krb5_ctx, authctxt->krb5_fwd_ccache); in auth_krb5_password()
212 if (authctxt->krb5_fwd_ccache) { in krb5_cleanup_proc()
213 krb5_cc_destroy(authctxt->krb5_ctx, authctxt->krb5_fwd_ccache); in krb5_cleanup_proc()
214 authctxt->krb5_fwd_ccache = NULL; in krb5_cleanup_proc()
Dauth.h69 krb5_ccache krb5_fwd_ccache; member
Dsession.c1731 s->authctxt->krb5_fwd_ccache, cell, NULL); in do_child()
1734 s->authctxt->krb5_fwd_ccache, NULL, NULL, pw->pw_dir); in do_child()