Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeymasterUtils.java22 import android.security.GateKeeper;
154 if (spec.getBoundToSpecificSecureUserId() != GateKeeper.INVALID_SECURE_USER_ID) { in addUserAuthArgs()
179 if (spec.getBoundToSpecificSecureUserId() != GateKeeper.INVALID_SECURE_USER_ID) { in addUserAuthArgs()
240 long rootSid = GateKeeper.getSecureUserId(); in getRootSid()
DAndroidKeyStoreSecretKeyFactorySpi.java20 import android.security.GateKeeper;
218 return BigInteger.valueOf(GateKeeper.getSecureUserId()); in getGateKeeperSecureUserId()
DKeyProtection.java26 import android.security.GateKeeper;
565 private long mBoundToSecureUserId = GateKeeper.INVALID_SECURE_USER_ID;
DKeyGenParameterSpec.java28 import android.security.GateKeeper;
727 return GateKeeper.INVALID_SECURE_USER_ID; in getBoundToSpecificSecureUserId()
DAndroidKeyStoreSpi.java20 import android.security.GateKeeper;
835 GateKeeper.getSecureUserId(), in setWrappedKeyEntry()
/frameworks/base/keystore/java/android/security/
DGateKeeper.java31 public abstract class GateKeeper { class
35 private GateKeeper() {} in GateKeeper() method in GateKeeper
DKeyStore.java1344 long rootSid = GateKeeper.getSecureUserId(); in getInvalidKeyException()
/frameworks/base/identity/java/android/security/identity/
DCredstoreWritableIdentityCredential.java21 import android.security.GateKeeper;
159 long rootSid = GateKeeper.getSecureUserId(); in getRootSid()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManager.java23 import android.security.GateKeeper;
420 return GateKeeper.getService(); in getGateKeeperService()
452 if (secureUserId == GateKeeper.INVALID_SECURE_USER_ID) { in generateAndLoadKey()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManagerTest.java36 import android.security.GateKeeper;
217 .thenReturn(GateKeeper.INVALID_SECURE_USER_ID); in init_doesNotCreateDecryptKeyIfNoSid()
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java33 import android.security.GateKeeper;
655 sid = GateKeeper.INVALID_SECURE_USER_ID; in createPasswordBasedSyntheticPassword()
885 sid = GateKeeper.INVALID_SECURE_USER_ID; in unwrapPasswordBasedSyntheticPassword()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java79 import android.security.GateKeeper;
3313 final IGateKeeperService gk = GateKeeper.getService(); in removeUserState()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt61227 Landroid/security/GateKeeper;-><init>()V
61228 Landroid/security/GateKeeper;->getService()Landroid/service/gatekeeper/IGateKeeperService;
61229 Landroid/security/GateKeeper;->INVALID_SECURE_USER_ID:J