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