Home
last modified time | relevance | path

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

/aosp12/system/core/gatekeeperd/
H A Dgatekeeperd.cpp201 uint32_t hw_userId = adjust_userId(userId); in enroll() local
203 hw_userId, curPwdHandle, curPwd, newPwd, in enroll()
273 uint32_t hw_userId = adjust_userId(userId); in verifyChallenge() local
282 hw_userId, challenge, curPwdHandle, enteredPwd, in verifyChallenge()
358 uint32_t hw_userId = adjust_userId(userId); in clearSecureUserId() local
359 hw_device->deleteUser(hw_userId, [](const GatekeeperResponse&) {}); in clearSecureUserId()