Searched refs:stretchSecret (Results 1 – 1 of 1) sorted by relevance
252 static bool stretchSecret(const std::string& stretching, const std::string& secret, in stretchSecret() function289 if (!stretchSecret(stretching, auth.secret, salt, &stretched)) return false; in generateAppId()