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.java462 public AuthenticationToken newSyntheticPasswordAndSid(IGateKeeperService gatekeeper, in newSyntheticPasswordAndSid()
486 public void newSidForUser(IGateKeeperService gatekeeper, AuthenticationToken authToken, in newSidForUser()
626 public long createPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper, in createPasswordBasedSyntheticPassword()
681 public VerifyCredentialResponse verifyFrpCredential(IGateKeeperService gatekeeper, in verifyFrpCredential()
860 public AuthenticationResult unwrapPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper, in unwrapPasswordBasedSyntheticPassword()
941 IGateKeeperService gatekeeper, long handle, byte[] token, int userId) in unwrapTokenBasedSyntheticPassword()
1030 public @Nullable VerifyCredentialResponse verifyChallenge(IGateKeeperService gatekeeper, in verifyChallenge()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DMockSyntheticPasswordManager.java41 FakeGateKeeperService gatekeeper, UserManager userManager, in MockSyntheticPasswordManager()
DLockSettingsServiceTestable.java134 LockSettingsStorage storage, FakeGateKeeperService gatekeeper, KeyStore keystore, in LockSettingsServiceTestable()
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto412 optional string gatekeeper = 15; field