Home
last modified time | relevance | path

Searched refs:LARGE_MESSAGE_SIZE (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java55 private static final int LARGE_MESSAGE_SIZE = 100 * 1024; field in BlockCipherTestBase
1258 byte[] largeMessage = new byte[LARGE_MESSAGE_SIZE]; in testVeryLargeBlock()
1261 assertEquals(getExpectedCiphertextLength(LARGE_MESSAGE_SIZE), ciphertext.length); in testVeryLargeBlock()