Searched refs:UINT64_MAX_VALUE (Results 1 – 3 of 3) sorted by relevance
40 public static final BigInteger UINT64_MAX_VALUE = UINT64_RANGE.subtract(BigInteger.ONE); field in KeymasterArguments210 if ((value.signum() == -1) || (value.compareTo(UINT64_MAX_VALUE) > 0)) { in addLongTag()
407 if (publicExponent.compareTo(KeymasterArguments.UINT64_MAX_VALUE) > 0) { in initAlgorithmSpecificParameters()410 + ". Maximum supported value: " + KeymasterArguments.UINT64_MAX_VALUE); in initAlgorithmSpecificParameters()
61526 Landroid/security/keymaster/KeymasterArguments;->UINT64_MAX_VALUE:Ljava/math/BigInteger;