Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth-krb5.c63 if (authctxt->krb5_ctx == NULL) { in krb5_init()
101 problem = krb5_cc_new_unique(authctxt->krb5_ctx, in auth_krb5_password()
125 problem = krb5_cc_new_unique(authctxt->krb5_ctx, in auth_krb5_password()
136 krb5_cc_destroy(authctxt->krb5_ctx, ccache); in auth_krb5_password()
155 krb5_free_principal(authctxt->krb5_ctx, server); in auth_krb5_password()
166 problem = ssh_krb5_cc_gen(authctxt->krb5_ctx, in auth_krb5_password()
171 problem = krb5_cc_initialize(authctxt->krb5_ctx, in auth_krb5_password()
201 krb5_cc_destroy(authctxt->krb5_ctx, ccache); in auth_krb5_password()
235 if (authctxt->krb5_ctx) { in krb5_cleanup_proc()
236 krb5_free_context(authctxt->krb5_ctx); in krb5_cleanup_proc()
[all …]
H A Dauth.h80 krb5_context krb5_ctx; member
H A Dsession.c1625 (s->authctxt->krb5_ctx != NULL)) { in do_child()
1633 krb5_afslog(s->authctxt->krb5_ctx, in do_child()
1636 krb5_afslog_home(s->authctxt->krb5_ctx, in do_child()
2708 authctxt->krb5_ctx) in do_cleanup()