Home
last modified time | relevance | path

Searched refs:desiredPassword (Results 1 – 5 of 5) 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/1.0/
DIGatekeeper.hal21 * Enrolls desiredPassword, which may be derived from a user selected pin
39 * @param desiredPassword The new password the user wishes to enroll in
44 * the password provided in desiredPassword.
55 vec<uint8_t> desiredPassword)