Searched defs:gatekeeper (Results 1 – 7 of 7) sorted by relevance
/aosp14/system/core/trusty/gatekeeper/ |
H A D | service.cpp | 29 std::shared_ptr<TrustyGateKeeperDevice> gatekeeper = in main() local
|
H A D | trusty_gatekeeper.cpp | 30 namespace aidl::android::hardware::gatekeeper { namespace
|
/aosp14/system/core/gatekeeperd/ |
H A D | GateKeeperResponse.cpp | 28 namespace gatekeeper { namespace
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | SyntheticPasswordManager.java | 695 public void removeUser(IGateKeeperService gatekeeper, int userId) { in removeUser() 776 public void newSidForUser(IGateKeeperService gatekeeper, SyntheticPassword sp, int userId) { in newSidForUser() 942 public long createLskfBasedProtector(IGateKeeperService gatekeeper, in createLskfBasedProtector() 1033 IGateKeeperService gatekeeper, LockscreenCredential userCredential, in verifySpecialUserCredential() 1309 public AuthenticationResult unlockLskfBasedProtector(IGateKeeperService gatekeeper, in unlockLskfBasedProtector() 1481 IGateKeeperService gatekeeper, long protectorId, byte[] token, int userId) { in unlockTokenBasedProtector() 1493 IGateKeeperService gatekeeper, long protectorId, byte[] token, int userId) { in unlockStrongTokenBasedProtector() 1503 IGateKeeperService gatekeeper, long protectorId, byte[] token, int userId) { in unlockWeakTokenBasedProtector() 1509 IGateKeeperService gatekeeper, long protectorId, byte expectedProtectorType, in unlockTokenBasedProtectorInternal() 1607 public @Nullable VerifyCredentialResponse verifyChallenge(IGateKeeperService gatekeeper, in verifyChallenge() [all …]
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | MockSyntheticPasswordManager.java | 40 FakeGateKeeperService gatekeeper, UserManager userManager, in MockSyntheticPasswordManager()
|
H A D | LockSettingsServiceTestable.java | 160 IGateKeeperService gatekeeper, in LockSettingsServiceTestable()
|
/aosp14/frameworks/base/core/proto/android/os/ |
H A D | system_properties.proto | 412 optional string gatekeeper = 15; field
|