Home
last modified time | relevance | path

Searched refs:krb5_user (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth-krb5.c95 &authctxt->krb5_user); in auth_krb5_password()
110 authctxt->krb5_user); in auth_krb5_password()
116 problem = krb5_verify_user(authctxt->krb5_ctx, authctxt->krb5_user, in auth_krb5_password()
143 authctxt->krb5_user, (char *)password, NULL, NULL, 0, NULL, NULL); in auth_krb5_password()
160 if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, in auth_krb5_password()
172 authctxt->krb5_fwd_ccache, authctxt->krb5_user); in auth_krb5_password()
231 if (authctxt->krb5_user) { in krb5_cleanup_proc()
232 krb5_free_principal(authctxt->krb5_ctx, authctxt->krb5_user); in krb5_cleanup_proc()
233 authctxt->krb5_user = NULL; in krb5_cleanup_proc()
H A Dauth.h82 krb5_principal krb5_user; member