Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java182 int actualOutputSize = mCipher.getOutputSize(input); in testGetOutputSizeInEncryptionMode() local
184 if (actualOutputSize < expectedOutputSize) { in testGetOutputSizeInEncryptionMode()
187 + ">, actual: <" + actualOutputSize + ">"); in testGetOutputSizeInEncryptionMode()
194 int actualOutputSize = mCipher.getOutputSize(input); in testGetOutputSizeInEncryptionMode() local
195 if (actualOutputSize < input) { in testGetOutputSizeInEncryptionMode()
197 + input + ">, actual: <" + actualOutputSize + ">"); in testGetOutputSizeInEncryptionMode()
219 int actualOutputSize = mCipher.getOutputSize(input); in testGetOutputSizeInEncryptionMode() local
220 if (actualOutputSize < minExpectedOutputSize) { in testGetOutputSizeInEncryptionMode()
223 + minExpectedOutputSize + ">, actual: <" + actualOutputSize + ">"); in testGetOutputSizeInEncryptionMode()
247 int actualOutputSize = mCipher.getOutputSize(input); in testGetOutputSizeInDecryptionMode() local
[all …]