Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dauth-krb5.c80 &authctxt->krb5_user); in auth_krb5_password()
90 authctxt->krb5_user); in auth_krb5_password()
96 problem = krb5_verify_user(authctxt->krb5_ctx, authctxt->krb5_user, in auth_krb5_password()
154 if (authctxt->krb5_user) { in krb5_cleanup_proc()
155 krb5_free_principal(authctxt->krb5_ctx, authctxt->krb5_user); in krb5_cleanup_proc()
156 authctxt->krb5_user = NULL; in krb5_cleanup_proc()
H A Dauth.h75 krb5_principal krb5_user; member