Home
last modified time | relevance | path

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

/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeper.h146 FastHashMap::const_iterator it = fast_hash_map_.find(user_id); in DoVerify()
147 if (it != fast_hash_map_.end() && VerifyFast(it->second, password)) { in DoVerify()
153 fast_hash_map_[user_id] = ComputeFastHash(password, salt); in DoVerify()
167 FastHashMap fast_hash_map_; variable