Home
last modified time | relevance | path

Searched refs:gatekeeper (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/service/gatekeeper/
DIGateKeeperService.aidl17 package android.service.gatekeeper;
19 import android.service.gatekeeper.GateKeeperResponse;
DGateKeeperResponse.aidl17 package android.service.gatekeeper;
DGateKeeperResponse.java17 package android.service.gatekeeper;
/frameworks/base/services/core/jni/
Dcom_android_server_locksettings_SyntheticPasswordManager.cpp37 const gatekeeper::password_handle_t *handle = in android_server_SyntheticPasswordManager_nativeSidFromPasswordHandle()
38 reinterpret_cast<const gatekeeper::password_handle_t *>(data); in android_server_SyntheticPasswordManager_nativeSidFromPasswordHandle()
DAndroid.bp63 "system/gatekeeper/include",
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java35 import android.service.gatekeeper.GateKeeperResponse;
36 import android.service.gatekeeper.IGateKeeperService;
462 public AuthenticationToken newSyntheticPasswordAndSid(IGateKeeperService gatekeeper, in newSyntheticPasswordAndSid() argument
467 response = gatekeeper.enroll(userId, hash, credential, in newSyntheticPasswordAndSid()
486 public void newSidForUser(IGateKeeperService gatekeeper, AuthenticationToken authToken, in newSidForUser() argument
488 GateKeeperResponse response = gatekeeper.enroll(userId, null, null, in newSidForUser()
626 public long createPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper, in createPasswordBasedSyntheticPassword() argument
660 gatekeeper.clearSecureUserId(fakeUid(userId)); in createPasswordBasedSyntheticPassword()
662 GateKeeperResponse response = gatekeeper.enroll(fakeUid(userId), null, null, in createPasswordBasedSyntheticPassword()
681 public VerifyCredentialResponse verifyFrpCredential(IGateKeeperService gatekeeper, in verifyFrpCredential() argument
[all …]
DLockSettingsService.java92 import android.service.gatekeeper.GateKeeperResponse;
93 import android.service.gatekeeper.IGateKeeperService;
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTestable.java134 LockSettingsStorage storage, FakeGateKeeperService gatekeeper, KeyStore keystore, in LockSettingsServiceTestable() argument
141 mGateKeeperService = gatekeeper; in LockSettingsServiceTestable()
DMockSyntheticPasswordManager.java41 FakeGateKeeperService gatekeeper, UserManager userManager, in MockSyntheticPasswordManager() argument
44 mGateKeeper = gatekeeper; in MockSyntheticPasswordManager()
DFakeGateKeeperService.java21 import android.service.gatekeeper.GateKeeperResponse;
22 import android.service.gatekeeper.IGateKeeperService;
DLockSettingsServiceTests.java37 import android.service.gatekeeper.GateKeeperResponse;
/frameworks/base/keystore/java/android/security/
DGateKeeper.java24 import android.service.gatekeeper.IGateKeeperService;
/frameworks/base/core/java/com/android/internal/widget/
DVerifyCredentialResponse.java21 import android.service.gatekeeper.GateKeeperResponse;
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManager.java27 import android.service.gatekeeper.IGateKeeperService;
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManagerTest.java41 import android.service.gatekeeper.IGateKeeperService;
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto412 optional string gatekeeper = 15; field
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java76 import android.service.gatekeeper.IGateKeeperService;
/frameworks/base/
DAndroid.bp310 "core/java/android/service/gatekeeper/IGateKeeperService.aidl",
/frameworks/base/services/
Dart-profile8278 …ksettings/LockSettingsService;->getGateKeeperService()Landroid/service/gatekeeper/IGateKeeperServi…
8409 …asswordManager;->unwrapPasswordBasedSyntheticPassword(Landroid/service/gatekeeper/IGateKeeperServi…
8411 …cksettings/SyntheticPasswordManager;->verifyChallenge(Landroid/service/gatekeeper/IGateKeeperServi…
8442 …lekeystore/PlatformKeyManager;->getGateKeeperService()Landroid/service/gatekeeper/IGateKeeperServi…