Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf_auth.c72 char passwordHash[65]; in check_authentication() local
75 sha256(&salted[0], passwordHash); in check_authentication()
100 if (strcmp( username, s_username ) == 0 && strcmp( passwordHash, s_password ) == 0){ in check_authentication()