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.java1155 int expectedCiphertextLength = getExpectedCiphertextLength(plaintext.length); in testGeneratedPadding()
1439 assertEquals(getExpectedCiphertextLength(LARGE_MESSAGE_SIZE), ciphertext.length); in testVeryLargeBlock()
1515 private int getExpectedCiphertextLength(int plaintextLength) { in getExpectedCiphertextLength() method in BlockCipherTestBase