Searched refs:fast_hash_t (Results 1 – 2 of 2) 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;
40 struct fast_hash_t { struct142 fast_hash_t ComputeFastHash(const SizedBuffer& password, uint64_t salt) { in ComputeFastHash()143 fast_hash_t fast_hash; in ComputeFastHash()155 bool VerifyFast(const fast_hash_t& fast_hash, const SizedBuffer& password) { in VerifyFast()156 fast_hash_t computed = ComputeFastHash(password, fast_hash.salt); in VerifyFast()179 typedef std::unordered_map<uint64_t, fast_hash_t> FastHashMap;