Searched refs:LARGE_MESSAGE_SIZE (Results 1 – 1 of 1) sorted by relevance
55 private static final int LARGE_MESSAGE_SIZE = 100 * 1024; field in BlockCipherTestBase1258 byte[] largeMessage = new byte[LARGE_MESSAGE_SIZE]; in testVeryLargeBlock()1261 assertEquals(getExpectedCiphertextLength(LARGE_MESSAGE_SIZE), ciphertext.length); in testVeryLargeBlock()