Searched refs:UINT64_RANGE (Results 1 – 2 of 2) sorted by relevance
39 private static final BigInteger UINT64_RANGE = BigInteger.ONE.shiftLeft(64); field in KeymasterArguments40 public static final BigInteger UINT64_MAX_VALUE = UINT64_RANGE.subtract(BigInteger.ONE);385 return BigInteger.valueOf(value).add(UINT64_RANGE); in toUint64()
61527 Landroid/security/keymaster/KeymasterArguments;->UINT64_RANGE:Ljava/math/BigInteger;