Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dauth-pam.h42 int auth_pam_password(Authctxt *authctxt, const char *password);
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth-passwd.c93 return auth_pam_password(authctxt, password); in auth_password()
H A Dauth-pam.c492 auth_pam_password(Authctxt *authctxt, const char *password) in auth_pam_password() function