Searched refs:fast_hash_t (Results 1 – 1 of 1) sorted by relevance
36 struct fast_hash_t { struct133 fast_hash_t ComputeFastHash(const SizedBuffer& password, uint64_t salt) { in ComputeFastHash()134 fast_hash_t fast_hash; in ComputeFastHash()146 bool VerifyFast(const fast_hash_t& fast_hash, const SizedBuffer& password) { in VerifyFast()147 fast_hash_t computed = ComputeFastHash(password, fast_hash.salt); in VerifyFast()170 typedef std::unordered_map<uint64_t, fast_hash_t> FastHashMap;