Searched refs:currentPassword (Results 1 – 4 of 4) sorted by relevance
43 in @nullable byte[] currentPassword, in byte[] desiredPassword); in enroll()
163 const std::optional<std::vector<uint8_t>>& currentPassword, in enroll()187 if (currentPasswordHandle && currentPassword) { in enroll()194 curPwd.setToExternal(const_cast<uint8_t*>(currentPassword->data()), in enroll()195 currentPassword->size()); in enroll()
45 const ::android::hardware::hidl_vec<uint8_t>& currentPassword,
66 const hidl_vec<uint8_t>& currentPassword, in enroll() argument81 hidl_vec2sized_buffer(currentPassword)); in enroll()