Searched refs:fast_hash_map_ (Results 1 – 1 of 1) sorted by relevance
146 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