Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_auth.c75 char salted[strlen(username) + strlen(password) + 3]; in check_authentication() local
76 sprintf(salted, "{%s}%s", username, password); in check_authentication()
77 sha256(&salted[0], passwordHash); in check_authentication()