Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dunixpw.h48 extern int unixpw_verify(char *user, char *pass);
Dunixpw.c1451 int unixpw_verify(char *user, char *pass) { function
1601 ok = unixpw_verify(user, pass);
Dsslhelper.c1346 if (unixpw_verify(un, pw)) { in finish_auth()