Searched refs:sshpam_auth_passwd (Results 1 – 3 of 3) sorted by relevance
47 int sshpam_auth_passwd(Authctxt *, const char *);
117 return (sshpam_auth_passwd(authctxt, password) && ok); in auth_password()
1179 sshpam_auth_passwd(Authctxt *authctxt, const char *password) in sshpam_auth_passwd() function