Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java1021 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