Searched refs:VerifyFast (Results 1 – 1 of 1) sorted by relevance
138 bool VerifyFast(const fast_hash_t& fast_hash, const SizedBuffer& password) { in VerifyFast() function146 if (it != fast_hash_map_.end() && VerifyFast(it->second, password)) { in DoVerify()