Searched refs:getExpectedCiphertextLength (Results 1 – 1 of 1) sorted by relevance
1021 int expectedCiphertextLength = getExpectedCiphertextLength(plaintext.length); in testGeneratedPadding()1261 assertEquals(getExpectedCiphertextLength(LARGE_MESSAGE_SIZE), ciphertext.length); in testVeryLargeBlock()1336 private int getExpectedCiphertextLength(int plaintextLength) { in getExpectedCiphertextLength() method in BlockCipherTestBase