Home
last modified time | relevance | path

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

/system/core/gatekeeperd/
Dgatekeeperd.cpp196 android::hardware::hidl_vec<uint8_t> curPwd; in enroll() local
209 curPwd.setToExternal(const_cast<uint8_t*>(currentPassword->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()