Home
last modified time | relevance | path

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

/system/core/gatekeeperd/
Dgatekeeperd.cpp201 uint32_t hw_uid = adjust_uid(uid); in enroll() local
203 hw_uid, curPwdHandle, curPwd, newPwd, [&gkResponse](const GatekeeperResponse& rsp) { in enroll()
272 uint32_t hw_uid = adjust_uid(uid); in verifyChallenge() local
281 hw_uid, challenge, curPwdHandle, enteredPwd, in verifyChallenge()
340 uint32_t hw_uid = adjust_uid(uid); in clearSecureUserId() local
341 hw_device->deleteUser(hw_uid, [] (const GatekeeperResponse &){}); in clearSecureUserId()