Searched refs:GateKeeper (Results 1 – 13 of 13) sorted by relevance
22 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()
20 import android.security.GateKeeper;218 return BigInteger.valueOf(GateKeeper.getSecureUserId()); in getGateKeeperSecureUserId()
26 import android.security.GateKeeper;565 private long mBoundToSecureUserId = GateKeeper.INVALID_SECURE_USER_ID;
28 import android.security.GateKeeper;727 return GateKeeper.INVALID_SECURE_USER_ID; in getBoundToSpecificSecureUserId()
20 import android.security.GateKeeper;835 GateKeeper.getSecureUserId(), in setWrappedKeyEntry()
31 public abstract class GateKeeper { class35 private GateKeeper() {} in GateKeeper() method in GateKeeper
1344 long rootSid = GateKeeper.getSecureUserId(); in getInvalidKeyException()
21 import android.security.GateKeeper;159 long rootSid = GateKeeper.getSecureUserId(); in getRootSid()
23 import android.security.GateKeeper;420 return GateKeeper.getService(); in getGateKeeperService()452 if (secureUserId == GateKeeper.INVALID_SECURE_USER_ID) { in generateAndLoadKey()
36 import android.security.GateKeeper;217 .thenReturn(GateKeeper.INVALID_SECURE_USER_ID); in init_doesNotCreateDecryptKeyIfNoSid()
33 import android.security.GateKeeper;655 sid = GateKeeper.INVALID_SECURE_USER_ID; in createPasswordBasedSyntheticPassword()885 sid = GateKeeper.INVALID_SECURE_USER_ID; in unwrapPasswordBasedSyntheticPassword()
79 import android.security.GateKeeper;3313 final IGateKeeperService gk = GateKeeper.getService(); in removeUserState()
61227 Landroid/security/GateKeeper;-><init>()V61228 Landroid/security/GateKeeper;->getService()Landroid/service/gatekeeper/IGateKeeperService;61229 Landroid/security/GateKeeper;->INVALID_SECURE_USER_ID:J