Home
last modified time | relevance | path

Searched refs:currentPassword (Results 1 – 10 of 10) 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/aidl/aidl_api/android.hardware.gatekeeper/current/android/hardware/gatekeeper/
DIGatekeeper.aidl39 …sponse enroll(in int uid, in byte[] currentPasswordHandle, in byte[] currentPassword, in byte[] de… in enroll() argument
/hardware/interfaces/gatekeeper/aidl/aidl_api/android.hardware.gatekeeper/1/android/hardware/gatekeeper/
DIGatekeeper.aidl39 …sponse enroll(in int uid, in byte[] currentPasswordHandle, in byte[] currentPassword, in byte[] de… in enroll() argument
/hardware/interfaces/gatekeeper/aidl/android/hardware/gatekeeper/
DIGatekeeper.aidl106 in byte[] currentPassword, in byte[] desiredPassword); in enroll()
/hardware/interfaces/gatekeeper/1.0/
DIGatekeeper.hal28 * currentPassword. Valid currentPassword must verify() against
37 * @param currentPassword The user's current password in plain text.
55 vec<uint8_t> currentPassword,
/hardware/interfaces/gatekeeper/aidl/software/
DGateKeeper.h37 const std::vector<uint8_t>& currentPassword,
DGateKeeper.cpp63 const std::vector<uint8_t>& currentPassword, in enroll() argument
79 vec2sized_buffer(desiredPassword), vec2sized_buffer(currentPassword)); in enroll()