Searched refs:passwdcrypt (Results 1 – 1 of 1) sorted by relevance
42 char * passwdcrypt = NULL; /* the crypt from /etc/passwd or /etc/shadow */ in svr_auth_password() local49 passwdcrypt = ses.authstate.pw->pw_passwd; in svr_auth_password()54 passwdcrypt = spasswd->sp_pwdp; in svr_auth_password()60 passwdcrypt = DEBUG_HACKCRYPT; in svr_auth_password()66 if (passwdcrypt[0] == '\0') { in svr_auth_password()84 testcrypt = crypt((char*)password, passwdcrypt); in svr_auth_password()88 if (strcmp(testcrypt, passwdcrypt) == 0) { in svr_auth_password()