Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/
H A DGateKeeper.java31 public abstract class GateKeeper { class
35 private GateKeeper() {} in GateKeeper() method in GateKeeper
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A 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()
H A DKeyStoreCryptoOperationUtils.java22 import android.security.GateKeeper;
71 long rootSid = GateKeeper.getSecureUserId(); in canUserAuthorizationSucceed()
H A DAndroidKeyStoreSecretKeyFactorySpi.java20 import android.security.GateKeeper;
269 return BigInteger.valueOf(GateKeeper.getSecureUserId()); in getGateKeeperSecureUserId()
H A DAndroidKeyStoreSpi.java27 import android.security.GateKeeper;
959 authenticatorSpec.authenticatorId = GateKeeper.getSecureUserId(); in setWrappedKeyEntry()
/aosp14/frameworks/base/identity/java/android/security/identity/
H A DCredstoreWritableIdentityCredential.java21 import android.security.GateKeeper;
167 long rootSid = GateKeeper.getSecureUserId(); in getRootSid()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DManagedProfilePasswordCache.java20 import android.security.GateKeeper;
80 if (parentSid == GateKeeper.INVALID_SECURE_USER_ID) return; in storePassword()
H A DSyntheticPasswordManager.java45 import android.security.GateKeeper;
953 long sid = GateKeeper.INVALID_SECURE_USER_ID; in createLskfBasedProtector()
1343 long sid = GateKeeper.INVALID_SECURE_USER_ID; in unlockLskfBasedProtector()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DPlatformKeyManager.java23 import android.security.GateKeeper;
403 return GateKeeper.getService(); in getGateKeeperService()
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProtection.java26 import android.security.GateKeeper;
603 private long mBoundToSecureUserId = GateKeeper.INVALID_SECURE_USER_ID;
H A DKeyGenParameterSpec.java29 import android.security.GateKeeper;
937 private long mBoundToSecureUserId = GateKeeper.INVALID_SECURE_USER_ID;
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DPlatformKeyManagerTest.java34 import android.security.GateKeeper;
232 .thenReturn(GateKeeper.INVALID_SECURE_USER_ID); in init_createsDecryptKeyIfNoSid()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes6594 android.security.GateKeeper
H A Dboot-image-profile.txt29384 Landroid/security/GateKeeper;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes6598 android.security.GateKeeper
H A Dboot-image-profile.txt39491 Landroid/security/GateKeeper;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt47315 Landroid/security/GateKeeper;-><init>()V
47316 Landroid/security/GateKeeper;->getService()Landroid/service/gatekeeper/IGateKeeperService;
47317 Landroid/security/GateKeeper;->INVALID_SECURE_USER_ID:J