Searched refs:pwdhash (Results 1 – 2 of 2) sorted by relevance
35 strcpy(salt, userdb[i]->pwdhash); in authenticate_user()37 if (strcmp(userdb[i]->pwdhash, crypt(pwd, salt)) == 0) in authenticate_user()84 char line[MAX_LINE], *p, *user, *pwdhash, *perms; in init_passwords() local120 pwdhash = p + 1; in init_passwords()121 if (*pwdhash == 0) in init_passwords()123 p = strchr(pwdhash, ':'); in init_passwords()135 strcpy(userdb[numusers]->pwdhash, pwdhash); in init_passwords()
19 char pwdhash[PWDHASH_LENGTH + 1]; member