Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/gatekeeper/1.0/software/tests/
H A Dgatekeeper_test.cpp52 static void do_enroll(SoftGateKeeper& gatekeeper, EnrollResponse* response) { in do_enroll()
59 SoftGateKeeper gatekeeper; in TEST() local
66 SoftGateKeeper gatekeeper; in TEST() local
77 SoftGateKeeper gatekeeper; in TEST() local
101 SoftGateKeeper gatekeeper; in TEST() local
136 SoftGateKeeper gatekeeper; in TEST() local
170 SoftGateKeeper gatekeeper; in TEST() local
/aosp12/hardware/interfaces/gatekeeper/1.0/software/
H A Dservice.cpp31 android::sp<SoftGateKeeperDevice> gatekeeper(new SoftGateKeeperDevice()); in main() local
/aosp12/system/core/trusty/gatekeeper/
H A Dservice.cpp31 android::sp<TrustyGateKeeperDevice> gatekeeper(new TrustyGateKeeperDevice()); in main() local
H A Dtrusty_gatekeeper.cpp39 namespace gatekeeper { namespace
/aosp12/system/core/gatekeeperd/
H A DGateKeeperResponse.cpp28 namespace gatekeeper { namespace
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java567 public AuthenticationToken newSyntheticPasswordAndSid(IGateKeeperService gatekeeper, in newSyntheticPasswordAndSid()
595 public void newSidForUser(IGateKeeperService gatekeeper, AuthenticationToken authToken, in newSidForUser()
738 public long createPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper, in createPasswordBasedSyntheticPassword()
798 public VerifyCredentialResponse verifyFrpCredential(IGateKeeperService gatekeeper, in verifyFrpCredential()
983 public AuthenticationResult unwrapPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper, in unwrapPasswordBasedSyntheticPassword()
1091 IGateKeeperService gatekeeper, long handle, byte[] token, int userId) { in unwrapTokenBasedSyntheticPassword()
1179 public @Nullable VerifyCredentialResponse verifyChallenge(IGateKeeperService gatekeeper, in verifyChallenge()
1185 IGateKeeperService gatekeeper, @NonNull byte[] gatekeeperPassword, long challenge, in verifyChallengeInternal()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DMockSyntheticPasswordManager.java41 FakeGateKeeperService gatekeeper, UserManager userManager, in MockSyntheticPasswordManager()
H A DLockSettingsServiceTestable.java168 LockSettingsStorage storage, FakeGateKeeperService gatekeeper, KeyStore keystore, in LockSettingsServiceTestable()
/aosp12/hardware/interfaces/gatekeeper/1.0/default/
H A DGatekeeper.cpp26 namespace gatekeeper { namespace
/aosp12/system/gatekeeper/
H A Dgatekeeper.cpp24 namespace gatekeeper { namespace
H A Dgatekeeper_messages.cpp22 namespace gatekeeper { namespace
/aosp12/frameworks/base/core/proto/android/os/
H A Dsystem_properties.proto412 optional string gatekeeper = 15; field