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

/system/core/gatekeeperd/
H A DSoftGateKeeper.h149 bool VerifyFast(const fast_hash_t &fast_hash, const SizedBuffer &password) { function in class:gatekeeper::SoftGateKeeper
157 if (it != fast_hash_map_.end() && VerifyFast(it->second, password)) {

Completed in 37 milliseconds