Searched refs:curPwdHandle (Results 1 – 1 of 1) sorted by relevance
/system/core/gatekeeperd/ |
D | gatekeeperd.cpp | 195 android::hardware::hidl_vec<uint8_t> curPwdHandle; in enroll() local 207 curPwdHandle.setToExternal(const_cast<uint8_t*>(currentPasswordHandle->data()), in enroll() 226 auto result = aidl_hw_device->enroll(hw_userId, curPwdHandle, curPwd, newPwd, &rsp); in enroll() 242 hw_userId, curPwdHandle, curPwd, newPwd, in enroll() 326 android::hardware::hidl_vec<uint8_t> curPwdHandle; in verifyChallenge() local 327 curPwdHandle.setToExternal(const_cast<uint8_t*>(enrolledPasswordHandle.data()), in verifyChallenge() 337 auto result = aidl_hw_device->verify(hw_userId, challenge, curPwdHandle, enteredPwd, &rsp); in verifyChallenge() 356 hw_userId, challenge, curPwdHandle, enteredPwd, in verifyChallenge()
|