Searched refs:v1_auth_name (Results 1 – 3 of 3) sorted by relevance
81 return (authctxt->v1_auth_name) ? authctxt->v1_auth_name : in get_method_name()264 } else if ((method = authctxt->v1_auth_name) == NULL) in finish_userauth_do_pam()
115 authctxt->v1_auth_name = get_authname(type); in do_authloop()
89 char *v1_auth_name; member