Home
last modified time | relevance | path

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

/hardware/interfaces/gatekeeper/1.0/default/
DGatekeeper.cpp57 const hidl_vec<uint8_t>& currentPassword, in enroll() argument
67 currentPassword.data(), currentPassword.size(), in enroll()
DGatekeeper.h49 const hidl_vec<uint8_t>& currentPassword,
/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeperDevice.cpp46 const hidl_vec<uint8_t>& currentPassword, in enroll() argument
56 hidl_vec2sized_buffer(currentPassword)); in enroll()
DSoftGateKeeperDevice.h47 const ::android::hardware::hidl_vec<uint8_t>& currentPassword,
/hardware/interfaces/gatekeeper/1.0/
DIGatekeeper.hal27 * currentPassword. Valid currentPassword must verify() against
36 * @param currentPassword The user's current password in plain text.
54 vec<uint8_t> currentPassword,