Searched defs:currentPasswordHandle (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/core/gatekeeperd/binder/android/service/gatekeeper/ |
H A D | IGateKeeperService.aidl | 42 GateKeeperResponse enroll(int userId, in @nullable byte[] currentPasswordHandle, in enroll()
|
/aosp12/hardware/interfaces/gatekeeper/1.0/software/ |
H A D | SoftGateKeeperDevice.cpp | 45 const hidl_vec<uint8_t>& currentPasswordHandle, in enroll()
|
/aosp12/hardware/interfaces/gatekeeper/1.0/default/ |
H A D | Gatekeeper.cpp | 56 const hidl_vec<uint8_t>& currentPasswordHandle, in enroll()
|
/aosp12/system/core/trusty/gatekeeper/ |
H A D | trusty_gatekeeper.cpp | 65 const hidl_vec<uint8_t>& currentPasswordHandle, in enroll()
|
/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()
|
/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()
|