Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/
Dsoft_gatekeeper.h138 bool VerifyFast(const fast_hash_t& fast_hash, const SizedBuffer& password) { in VerifyFast() function
146 if (it != fast_hash_map_.end() && VerifyFast(it->second, password)) { in DoVerify()