Searched refs:realpw (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/lib/libpam/modules/pam_unix/
H A Dpam_unix.c96 const char *pass, *user, *realpw, *prompt; local
111 realpw = pwd->pw_passwd;
112 if (realpw[0] == '\0') {
117 realpw = "*";
122 realpw = "*";
133 realpw = "*";
135 if (strcmp(crypt(pass, realpw), realpw) == 0)

Completed in 158 milliseconds