OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curPwd
(Results
1 - 2
of
2
) sorted by null
/hardware/interfaces/gatekeeper/1.0/vts/functional/
VtsHalGatekeeperV1_0TargetTest.cpp
51
hidl_vec<uint8_t>
curPwd
;
103
uid_, req.curPwdHandle, req.
curPwd
, req.newPwd,
279
reenrollReq.
curPwd
.setToExternal(password.data(), password.size());
/system/core/gatekeeperd/
gatekeeperd.cpp
177
android::hardware::hidl_vec<uint8_t>
curPwd
;
178
curPwd
.setToExternal(const_cast<uint8_t*>(current_password),
184
Return<void> hwRes = hw_device->enroll(uid, curPwdHandle,
curPwd
, newPwd,
Completed in 347 milliseconds