OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curPwdHandle
(Results
1 - 2
of
2
) sorted by null
/system/core/gatekeeperd/
gatekeeperd.cpp
174
android::hardware::hidl_vec<uint8_t>
curPwdHandle
;
175
curPwdHandle
.setToExternal(const_cast<uint8_t*>(current_password_handle),
184
Return<void> hwRes = hw_device->enroll(uid,
curPwdHandle
, curPwd, newPwd,
267
android::hardware::hidl_vec<uint8_t>
curPwdHandle
;
268
curPwdHandle
.setToExternal(const_cast<uint8_t*>(enrolled_password_handle),
273
Return<void> hwRes = hw_device->verify(uid, challenge,
curPwdHandle
, enteredPwd,
/hardware/interfaces/gatekeeper/1.0/vts/functional/
VtsHalGatekeeperV1_0TargetTest.cpp
50
hidl_vec<uint8_t>
curPwdHandle
;
103
uid_, req.
curPwdHandle
, req.curPwd, req.newPwd,
115
uid_, req.challenge, req.
curPwdHandle
, req.newPwd,
193
verifyReq.
curPwdHandle
= passwordHandle;
280
reenrollReq.
curPwdHandle
.setToExternal(enrollRsp.data.data(),
Completed in 55 milliseconds