Searched refs:currentPassword (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/gatekeeper/1.0/default/ |
D | Gatekeeper.cpp | 57 const hidl_vec<uint8_t>& currentPassword, in enroll() argument 67 currentPassword.data(), currentPassword.size(), in enroll()
|
D | Gatekeeper.h | 49 const hidl_vec<uint8_t>& currentPassword,
|
/hardware/interfaces/gatekeeper/1.0/software/ |
D | SoftGateKeeperDevice.cpp | 46 const hidl_vec<uint8_t>& currentPassword, in enroll() argument 56 hidl_vec2sized_buffer(currentPassword)); in enroll()
|
D | SoftGateKeeperDevice.h | 47 const ::android::hardware::hidl_vec<uint8_t>& currentPassword,
|
/hardware/interfaces/gatekeeper/aidl/aidl_api/android.hardware.gatekeeper/current/android/hardware/gatekeeper/ |
D | IGatekeeper.aidl | 39 …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/ |
D | IGatekeeper.aidl | 39 …sponse enroll(in int uid, in byte[] currentPasswordHandle, in byte[] currentPassword, in byte[] de… in enroll() argument
|
/hardware/interfaces/gatekeeper/aidl/android/hardware/gatekeeper/ |
D | IGatekeeper.aidl | 106 in byte[] currentPassword, in byte[] desiredPassword); in enroll()
|
/hardware/interfaces/gatekeeper/1.0/ |
D | IGatekeeper.hal | 28 * 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/ |
D | GateKeeper.h | 37 const std::vector<uint8_t>& currentPassword,
|
D | GateKeeper.cpp | 63 const std::vector<uint8_t>& currentPassword, in enroll() argument 79 vec2sized_buffer(desiredPassword), vec2sized_buffer(currentPassword)); in enroll()
|