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