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