Home
last modified time | relevance | path

Searched defs:currentPasswordHandle (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/gatekeeperd/binder/android/service/gatekeeper/
H A DIGateKeeperService.aidl42 GateKeeperResponse enroll(int userId, in @nullable byte[] currentPasswordHandle, in enroll()
/aosp14/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.cpp79 int32_t uid, const std::vector<uint8_t>& currentPasswordHandle, in enroll()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DFakeGateKeeperService.java93 public GateKeeperResponse enroll(int uid, byte[] currentPasswordHandle, byte[] currentPassword, in enroll()
/aosp14/system/core/gatekeeperd/
H A Dgatekeeperd.cpp178 Status enroll(int32_t userId, const std::optional<std::vector<uint8_t>>& currentPasswordHandle, in enroll()