Searched refs:toUint64 (Results 1 – 4 of 4) sorted by relevance
169 KeymasterArguments.toUint64(sids.get(i))); in addUserAuthArgs()187 KeymasterArguments.toUint64(sid)); in addUserAuthArgs()
219 return toUint64(((KeymasterLongArgument) arg).value); in getLongTagValue()381 public static BigInteger toUint64(long value) { in toUint64() method in KeymasterArguments
1345 if ((rootSid != 0) && (keySids.contains(KeymasterArguments.toUint64(rootSid)))) { in getInvalidKeyException()1353 && (keySids.contains(KeymasterArguments.toUint64(fingerprintOnlySid)))) { in getInvalidKeyException()1361 && (keySids.contains(KeymasterArguments.toUint64(faceOnlySid)))) { in getInvalidKeyException()
61523 Landroid/security/keymaster/KeymasterArguments;->toUint64(J)Ljava/math/BigInteger;