Searched refs:fast_hash_map_ (Results 1 – 1 of 1) sorted by relevance
145 FastHashMap::const_iterator it = fast_hash_map_.find(user_id); in DoVerify()146 if (it != fast_hash_map_.end() && VerifyFast(it->second, password)) { in DoVerify()152 fast_hash_map_[user_id] = ComputeFastHash(password, salt); in DoVerify()166 FastHashMap fast_hash_map_; variable