Searched refs:passwordHash (Results 1 – 1 of 1) sorted by relevance
74 char passwordHash[65]; in check_authentication() local77 sha256(&salted[0], passwordHash); in check_authentication()102 if (strcmp( username, s_username ) == 0 && strcmp( passwordHash, s_password ) == 0){ in check_authentication()