Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_auth.c74 char passwordHash[65]; in check_authentication() local
77 sha256(&salted[0], passwordHash); in check_authentication()
102 if (strcmp( username, s_username ) == 0 && strcmp( passwordHash, s_password ) == 0){ in check_authentication()