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.java1021 int expectedCiphertextLength = getExpectedCiphertextLength(plaintext.length); in testGeneratedPadding() local
1023 (paddingEnabled) ? plaintext.length : expectedCiphertextLength; in testGeneratedPadding()
1026 expectedCiphertextLength, in testGeneratedPadding()