Home
last modified time | relevance | path

Searched refs:rootSid (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeymasterUtils.java143 long rootSid = getRootSid(); in addUserAuthArgs() local
145 KeymasterArguments.toUint64(rootSid)); in addUserAuthArgs()
198 long rootSid = GateKeeper.getSecureUserId(); in getRootSid() local
199 if (rootSid == 0) { in getRootSid()
203 return rootSid; in getRootSid()
/frameworks/base/keystore/java/android/security/
DKeyStore.java708 long rootSid = GateKeeper.getSecureUserId(); in getInvalidKeyException() local
709 if ((rootSid != 0) && (keySids.contains(KeymasterArguments.toUint64(rootSid)))) { in getInvalidKeyException()