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

/vbox/src/VBox/Main/src-all/
H A DHashedPw.cpp53 const char *pszSalt = a_pstrPassword->c_str() + sizeof(s_szHashedPwPrefix) - 1; local
54 const char *pszSaltEnd = strchr(pszSalt, '#');
57 while (pszSalt != pszSaltEnd)
59 if (!RT_C_IS_XDIGIT(*pszSalt))
61 pszSalt++;

Completed in 41 milliseconds