Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DGateKeeper.java31 public abstract class GateKeeper { class
35 private GateKeeper() {} in GateKeeper() method in GateKeeper
/frameworks/base/keystore/java/android/security/keystore2/
DKeyStore2ParameterUtils.java25 import android.security.GateKeeper;
233 long rootSid = GateKeeper.getSecureUserId(); in getRootSid()
245 if (spec.getBoundToSpecificSecureUserId() != GateKeeper.INVALID_SECURE_USER_ID) { in addSids()
272 if (spec.getBoundToSpecificSecureUserId() != GateKeeper.INVALID_SECURE_USER_ID) { in addSids()
DKeyStoreCryptoOperationUtils.java22 import android.security.GateKeeper;
70 long rootSid = GateKeeper.getSecureUserId(); in canUserAuthorizationSucceed()
DAndroidKeyStoreSecretKeyFactorySpi.java20 import android.security.GateKeeper;
271 return BigInteger.valueOf(GateKeeper.getSecureUserId()); in getGateKeeperSecureUserId()
DAndroidKeyStoreSpi.java29 import android.security.GateKeeper;
992 authenticatorSpec.authenticatorId = GateKeeper.getSecureUserId(); in setWrappedKeyEntry()
/frameworks/base/services/core/java/com/android/server/locksettings/
DUnifiedProfilePasswordCache.java20 import android.security.GateKeeper;
81 if (parentSid == GateKeeper.INVALID_SECURE_USER_ID) return; in storePassword()
DSyntheticPasswordManager.java46 import android.security.GateKeeper;
1009 long sid = GateKeeper.INVALID_SECURE_USER_ID; in createLskfBasedProtector()
1403 long sid = GateKeeper.INVALID_SECURE_USER_ID; in unlockLskfBasedProtector()
/frameworks/base/identity/java/android/security/identity/
DCredstoreWritableIdentityCredential.java21 import android.security.GateKeeper;
167 long rootSid = GateKeeper.getSecureUserId(); in getRootSid()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManager.java23 import android.security.GateKeeper;
405 return GateKeeper.getService(); in getGateKeeperService()
/frameworks/base/keystore/java/android/security/keystore/
DKeyProtection.java27 import android.security.GateKeeper;
644 private long mBoundToSecureUserId = GateKeeper.INVALID_SECURE_USER_ID;
DKeyGenParameterSpec.java30 import android.security.GateKeeper;
982 private long mBoundToSecureUserId = GateKeeper.INVALID_SECURE_USER_ID;
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManagerTest.java35 import android.security.GateKeeper;
234 .thenReturn(GateKeeper.INVALID_SECURE_USER_ID); in init_createsDecryptKeyIfNoSid()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java71 import android.security.GateKeeper;
649 if (secureUserId == GateKeeper.INVALID_SECURE_USER_ID) {
1003 return GateKeeper.getService();
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java83 import android.security.GateKeeper;
1829 assertNotEquals(GateKeeper.INVALID_SECURE_USER_ID, secureUserId); in testGetLastAuthenticationTime_flagOn_callsKeystoreAuthorization()
/frameworks/base/boot/
Dpreloaded-classes6731 android.security.GateKeeper
Dboot-image-profile.txt29132 Landroid/security/GateKeeper;
/frameworks/base/config/
Dpreloaded-classes6735 android.security.GateKeeper
Dboot-image-profile.txt39266 Landroid/security/GateKeeper;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt46672 Landroid/security/GateKeeper;-><init>()V
46673 Landroid/security/GateKeeper;->getService()Landroid/service/gatekeeper/IGateKeeperService;
46674 Landroid/security/GateKeeper;->INVALID_SECURE_USER_ID:J