Searched refs:UINT64_RANGE (Results 1 – 1 of 1) sorted by relevance
38 private static final BigInteger UINT64_RANGE = BigInteger.ONE.shiftLeft(64); field in KeymasterArguments39 public static final BigInteger UINT64_MAX_VALUE = UINT64_RANGE.subtract(BigInteger.ONE);378 return BigInteger.valueOf(value).add(UINT64_RANGE); in toUint64()