Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DGateKeeper.java31 public abstract class GateKeeper { class
35 private GateKeeper() {} in GateKeeper() method in GateKeeper
DKeyStore.java1333 long rootSid = GateKeeper.getSecureUserId(); in getInvalidKeyException()
/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.java27 import android.security.GateKeeper;
708 return GateKeeper.INVALID_SECURE_USER_ID; in getBoundToSpecificSecureUserId()
DAndroidKeyStoreSpi.java20 import android.security.GateKeeper;
835 GateKeeper.getSecureUserId(), in setWrappedKeyEntry()
DAndroidKeyStoreKeyPairGeneratorSpi.java21 import android.security.GateKeeper;
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManager.java22 import android.security.GateKeeper;
419 return GateKeeper.getService(); in getGateKeeperService()
442 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.java75 import android.security.GateKeeper;
3091 final IGateKeeperService gk = GateKeeper.getService(); in removeUserState()