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