Home
last modified time | relevance | path

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

/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeper.h139 bool VerifyFast(const fast_hash_t& fast_hash, const SizedBuffer& password) { in VerifyFast() function
147 if (it != fast_hash_map_.end() && VerifyFast(it->second, password)) { in DoVerify()
/hardware/interfaces/gatekeeper/aidl/software/
DSoftGateKeeper.h155 bool VerifyFast(const fast_hash_t& fast_hash, const SizedBuffer& password) { in VerifyFast() function
163 if (it != fast_hash_map_.end() && VerifyFast(it->second, password)) { in DoVerify()