Searched refs:pszSaltEnd (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DHashedPw.cpp54 const char *pszSaltEnd = strchr(pszSalt, '#'); local
55 if (!pszSaltEnd)
57 while (pszSalt != pszSaltEnd)
66 int rc = RTSha512FromString(pszSaltEnd + 1, abHash);

Completed in 31 milliseconds