Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/gatekeeper/1.0/software/
H A DSoftGateKeeper.h144 bool DoVerify(const password_handle_t* expected_handle, const SizedBuffer& password) { in DoVerify() function
150 if (GateKeeper::DoVerify(expected_handle, password)) { in DoVerify()
/aosp12/system/gatekeeper/
H A Dgatekeeper.cpp72 if (!DoVerify(pw_handle, request.enrolled_password)) { in Enroll()
146 if (DoVerify(password_handle, request.provided_password)) { in Verify()
226 bool GateKeeper::DoVerify(const password_handle_t *expected_handle, const SizedBuffer &password) { in DoVerify() function in gatekeeper::GateKeeper
/aosp12/system/gatekeeper/include/gatekeeper/
H A Dgatekeeper.h186 virtual bool DoVerify(const password_handle_t *expected_handle, const SizedBuffer &password);