Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dauth-krb5.c105 krb5_fcc_ops.prefix, NULL, &authctxt->krb5_fwd_ccache); in auth_krb5_password()
110 authctxt->krb5_fwd_ccache); in auth_krb5_password()
117 authctxt->krb5_fwd_ccache); in auth_krb5_password()
150 if (authctxt->krb5_fwd_ccache) { in krb5_cleanup_proc()
151 krb5_cc_destroy(authctxt->krb5_ctx, authctxt->krb5_fwd_ccache); in krb5_cleanup_proc()
152 authctxt->krb5_fwd_ccache = NULL; in krb5_cleanup_proc()
H A Dauth.h74 krb5_ccache krb5_fwd_ccache; member
H A Dsession.c1293 s->authctxt->krb5_fwd_ccache, cell, NULL); in do_child()
1296 s->authctxt->krb5_fwd_ccache, NULL, NULL, pw->pw_dir); in do_child()