Home
last modified time | relevance | path

Searched refs:fast_hash_t (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dsoft_gatekeeper.h36 struct fast_hash_t { struct
125 fast_hash_t ComputeFastHash(const SizedBuffer& password, uint64_t salt) { in ComputeFastHash()
126 fast_hash_t fast_hash; in ComputeFastHash()
138 bool VerifyFast(const fast_hash_t& fast_hash, const SizedBuffer& password) { in VerifyFast()
139 fast_hash_t computed = ComputeFastHash(password, fast_hash.salt); in VerifyFast()
162 typedef std::unordered_map<uint64_t, fast_hash_t> FastHashMap;