Home
last modified time | relevance | path

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

/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeper.h126 fast_hash_t ComputeFastHash(const SizedBuffer& password, uint64_t salt) { in ComputeFastHash() function
140 fast_hash_t computed = ComputeFastHash(password, fast_hash.salt); in VerifyFast()
153 fast_hash_map_[user_id] = ComputeFastHash(password, salt); in DoVerify()