Home
last modified time | relevance | path

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

/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeper.h37 struct fast_hash_t { struct
126 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;
/hardware/interfaces/gatekeeper/aidl/software/
DSoftGateKeeper.h40 struct fast_hash_t { struct
142 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;