Home
last modified time | relevance | path

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

/device/generic/goldfish/gatekeeper/
DSoftGateKeeper.h136 fast_hash_t ComputeFastHash(const SizedBuffer &password, uint64_t salt) { in ComputeFastHash() function
150 fast_hash_t computed = ComputeFastHash(password, fast_hash.salt); in VerifyFast()
163 fast_hash_map_[user_id] = ComputeFastHash(password, salt); in DoVerify()
/device/google/cuttlefish_common/guest/hals/gatekeeper/
DSoftGateKeeper.h136 fast_hash_t ComputeFastHash(const SizedBuffer &password, uint64_t salt) { in ComputeFastHash() function
150 fast_hash_t computed = ComputeFastHash(password, fast_hash.salt); in VerifyFast()
163 fast_hash_map_[user_id] = ComputeFastHash(password, salt); in DoVerify()