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