Home
last modified time | relevance | path

Searched refs:pwdhash (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/cmenu/libmenu/
Dpasswords.c35 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() local
120 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()
Dpasswords.h19 char pwdhash[PWDHASH_LENGTH + 1]; member