Searched defs:tooBig (Results 1 – 12 of 12) sorted by relevance
275 final long tooBig = 1L + Integer.MAX_VALUE; in testNumberOverflowInt() local316 final BigInteger tooBig = BigInteger.valueOf(Long.MAX_VALUE).add(BigInteger.ONE); in testNumberOverflowLong() local
47 auto tooBig = [](int32_t a, int32_t b) { in DifferenceTooBig() local
210 BigInteger tooBig = BigInteger.valueOf(2).pow(3456).add(BigInteger.ONE); in modulusSizeIsValidated() local
226 BigInteger tooBig = BigInteger.valueOf(2).pow(3456).add(BigInteger.ONE); in modulusSizeIsValidated() local
241 BigInteger tooBig = BigInteger.valueOf(2).pow(3456).add(BigInteger.ONE); in build_invalidModulusSize_fails() local
2682 final int tooBig = RSA_2048_modulus.bitLength() * 2; in testVerify_NONEwithRSA_Key_DataTooLarge_SingleByte_Failure() local
2675 final int tooBig = RSA_2048_modulus.bitLength() * 2; in testVerify_NONEwithRSA_Key_DataTooLarge_SingleByte_Failure() local