OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoVerify
(Results
1 - 3
of
3
) sorted by null
/system/core/gatekeeperd/
SoftGateKeeper.h
154
bool
DoVerify
(const password_handle_t *expected_handle, const SizedBuffer &password) {
160
if (GateKeeper::
DoVerify
(expected_handle, password)) {
/system/gatekeeper/include/gatekeeper/
gatekeeper.h
170
virtual bool
DoVerify
(const password_handle_t *expected_handle, const SizedBuffer &password);
/system/gatekeeper/
gatekeeper.cpp
72
if (!
DoVerify
(pw_handle, request.enrolled_password)) {
148
if (
DoVerify
(password_handle, request.provided_password)) {
201
bool GateKeeper::
DoVerify
(const password_handle_t *expected_handle, const SizedBuffer &password) {
Completed in 2913 milliseconds