Home
last modified time | relevance | path

Searched refs:expectedCiphertextLength (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() local
1157 (paddingEnabled) ? plaintext.length : expectedCiphertextLength; in testGeneratedPadding()
1160 expectedCiphertextLength, in testGeneratedPadding()