Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssh/
Dauth-krb5.c126 krb5_fcc_ops.prefix, NULL, &authctxt->krb5_fwd_ccache); in auth_krb5_password()
129 &authctxt->krb5_fwd_ccache); in auth_krb5_password()
135 authctxt->krb5_fwd_ccache); in auth_krb5_password()
166 problem = ssh_krb5_cc_gen(authctxt->krb5_ctx, &authctxt->krb5_fwd_ccache); in auth_krb5_password()
170 problem = krb5_cc_initialize(authctxt->krb5_ctx, authctxt->krb5_fwd_ccache, in auth_krb5_password()
175 problem= krb5_cc_store_cred(authctxt->krb5_ctx, authctxt->krb5_fwd_ccache, in auth_krb5_password()
181 …thctxt->krb5_ticket_file = (char *)krb5_cc_get_name(authctxt->krb5_ctx, authctxt->krb5_fwd_ccache); in auth_krb5_password()
226 if (authctxt->krb5_fwd_ccache) { in krb5_cleanup_proc()
227 krb5_cc_destroy(authctxt->krb5_ctx, authctxt->krb5_fwd_ccache); in krb5_cleanup_proc()
228 authctxt->krb5_fwd_ccache = NULL; in krb5_cleanup_proc()
Dauth.h71 krb5_ccache krb5_fwd_ccache; member
Dsession.c1820 s->authctxt->krb5_fwd_ccache, cell, NULL); in do_child()
1823 s->authctxt->krb5_fwd_ccache, NULL, NULL, pw->pw_dir); in do_child()