Home
last modified time | relevance | path

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

/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeperDevice.cpp47 const hidl_vec<uint8_t>& desiredPassword, in enroll() argument
49 if (desiredPassword.size() == 0) { in enroll()
55 hidl_vec2sized_buffer(desiredPassword), in enroll()
DSoftGateKeeperDevice.h48 const ::android::hardware::hidl_vec<uint8_t>& desiredPassword,
/hardware/interfaces/gatekeeper/1.0/default/
DGatekeeper.cpp58 const hidl_vec<uint8_t>& desiredPassword, in enroll() argument
68 desiredPassword.data(), desiredPassword.size(), in enroll()
DGatekeeper.h50 const hidl_vec<uint8_t>& desiredPassword,
/hardware/interfaces/gatekeeper/aidl/software/
DGateKeeper.cpp64 const std::vector<uint8_t>& desiredPassword, in enroll() argument
66 if (desiredPassword.size() == 0) { in enroll()
79 vec2sized_buffer(desiredPassword), vec2sized_buffer(currentPassword)); in enroll()
DGateKeeper.h38 const std::vector<uint8_t>& desiredPassword,
/hardware/interfaces/gatekeeper/aidl/aidl_api/android.hardware.gatekeeper/current/android/hardware/gatekeeper/
DIGatekeeper.aidl39 …in int uid, in byte[] currentPasswordHandle, in byte[] currentPassword, in byte[] desiredPassword); in enroll() argument
/hardware/interfaces/gatekeeper/aidl/aidl_api/android.hardware.gatekeeper/1/android/hardware/gatekeeper/
DIGatekeeper.aidl39 …in int uid, in byte[] currentPasswordHandle, in byte[] currentPassword, in byte[] desiredPassword); in enroll() argument
/hardware/interfaces/gatekeeper/aidl/android/hardware/gatekeeper/
DIGatekeeper.aidl106 in byte[] currentPassword, in byte[] desiredPassword); in enroll() argument
/hardware/interfaces/gatekeeper/1.0/
DIGatekeeper.hal22 * Enrolls desiredPassword, which may be derived from a user selected pin
40 * @param desiredPassword The new password the user wishes to enroll in
45 * the password provided in desiredPassword.
56 vec<uint8_t> desiredPassword)