Searched refs:currentPasswordHandle (Results 1 – 10 of 10) sorted by relevance
/aosp12/hardware/interfaces/gatekeeper/1.0/default/ |
H A D | Gatekeeper.cpp | 56 const hidl_vec<uint8_t>& currentPasswordHandle, in enroll() argument 66 currentPasswordHandle.data(), currentPasswordHandle.size(), in enroll()
|
H A D | Gatekeeper.h | 48 const hidl_vec<uint8_t>& currentPasswordHandle,
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | FakeGateKeeperService.java | 93 public GateKeeperResponse enroll(int uid, byte[] currentPasswordHandle, byte[] currentPassword, in enroll() argument 95 if (currentPasswordHandle != null) { in enroll() 96 VerifyHandle handle = new VerifyHandle(currentPasswordHandle); in enroll()
|
/aosp12/system/core/gatekeeperd/ |
H A D | gatekeeperd.cpp | 162 Status enroll(int32_t userId, const std::optional<std::vector<uint8_t>>& currentPasswordHandle, in enroll() argument 187 if (currentPasswordHandle && currentPassword) { in enroll() 188 if (currentPasswordHandle->size() != sizeof(gatekeeper::password_handle_t)) { in enroll() 192 curPwdHandle.setToExternal(const_cast<uint8_t*>(currentPasswordHandle->data()), in enroll() 193 currentPasswordHandle->size()); in enroll()
|
/aosp12/hardware/interfaces/gatekeeper/1.0/ |
H A D | IGatekeeper.hal | 27 * passed in currentPasswordHandle, and current password must be passed in 29 * currentPasswordHandle. 33 * @param currentPasswordHandle The currently enrolled password handle the user 54 vec<uint8_t> currentPasswordHandle,
|
/aosp12/hardware/interfaces/gatekeeper/1.0/software/ |
H A D | SoftGateKeeperDevice.cpp | 45 const hidl_vec<uint8_t>& currentPasswordHandle, in enroll() argument 54 EnrollRequest request(uid, hidl_vec2sized_buffer(currentPasswordHandle), in enroll()
|
H A D | SoftGateKeeperDevice.h | 46 uint32_t uid, const ::android::hardware::hidl_vec<uint8_t>& currentPasswordHandle,
|
/aosp12/system/core/gatekeeperd/binder/android/service/gatekeeper/ |
H A D | IGateKeeperService.aidl | 42 GateKeeperResponse enroll(int userId, in @nullable byte[] currentPasswordHandle, in enroll() argument
|
/aosp12/system/core/trusty/gatekeeper/ |
H A D | trusty_gatekeeper.cpp | 65 const hidl_vec<uint8_t>& currentPasswordHandle, in enroll() argument 79 EnrollRequest request(uid, hidl_vec2sized_buffer(currentPasswordHandle), in enroll()
|
H A D | trusty_gatekeeper.h | 44 uint32_t uid, const ::android::hardware::hidl_vec<uint8_t>& currentPasswordHandle,
|