Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java568 public void removeUser(IGateKeeperService gatekeeper, int userId) { in removeUser()
620 public AuthenticationToken newSyntheticPasswordAndSid(IGateKeeperService gatekeeper, in newSyntheticPasswordAndSid()
648 public void newSidForUser(IGateKeeperService gatekeeper, AuthenticationToken authToken, in newSidForUser()
791 public long createPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper, in createPasswordBasedSyntheticPassword()
851 public VerifyCredentialResponse verifyFrpCredential(IGateKeeperService gatekeeper, in verifyFrpCredential()
1055 public AuthenticationResult unwrapPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper, in unwrapPasswordBasedSyntheticPassword()
1163 IGateKeeperService gatekeeper, long handle, byte[] token, int userId) { in unwrapTokenBasedSyntheticPassword()
1176 IGateKeeperService gatekeeper, long handle, byte[] token, int userId) { in unwrapStrongTokenBasedSyntheticPassword()
1187 IGateKeeperService gatekeeper, long handle, byte[] token, int userId) { in unwrapWeakTokenBasedSyntheticPassword()
1193 IGateKeeperService gatekeeper, long handle, byte type, byte[] token, int userId) { in unwrapTokenBasedSyntheticPasswordInternal()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DMockSyntheticPasswordManager.java41 FakeGateKeeperService gatekeeper, UserManager userManager, in MockSyntheticPasswordManager()
DLockSettingsServiceTestable.java169 LockSettingsStorage storage, FakeGateKeeperService gatekeeper, KeyStore keystore, in LockSettingsServiceTestable()
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto412 optional string gatekeeper = 15; field