Searched refs:fast_hash_t (Results 1 – 1 of 1) sorted by relevance
37 struct fast_hash_t { struct126 fast_hash_t ComputeFastHash(const SizedBuffer& password, uint64_t salt) { in ComputeFastHash()127 fast_hash_t fast_hash; in ComputeFastHash()139 bool VerifyFast(const fast_hash_t& fast_hash, const SizedBuffer& password) { in VerifyFast()140 fast_hash_t computed = ComputeFastHash(password, fast_hash.salt); in VerifyFast()163 typedef std::unordered_map<uint64_t, fast_hash_t> FastHashMap;