Searched refs:UINT64_MAX_VALUE (Results 1 – 3 of 3) sorted by relevance
41 public static final BigInteger UINT64_MAX_VALUE = UINT64_RANGE.subtract(BigInteger.ONE); field in KeymasterArguments211 if ((value.signum() == -1) || (value.compareTo(UINT64_MAX_VALUE) > 0)) { in addLongTag()
505 || (publicExponent.compareTo(KeymasterArguments.UINT64_MAX_VALUE) > 0)) { in initAlgorithmSpecificParameters()509 + KeymasterArguments.UINT64_MAX_VALUE); in initAlgorithmSpecificParameters()
50937 Landroid/security/keymaster/KeymasterArguments;->UINT64_MAX_VALUE:Ljava/math/BigInteger;