Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-pam.c81 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()
H A Dauth1.c115 authctxt->v1_auth_name = get_authname(type); in do_authloop()
/titanic_41/usr/src/cmd/ssh/include/
H A Dauth.h89 char *v1_auth_name; member