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.java210 int actualOutputSize = mCipher.getOutputSize(input); in testGetOutputSizeInEncryptionMode() local
212 if (actualOutputSize < expectedOutputSize) { in testGetOutputSizeInEncryptionMode()
215 + ">, actual: <" + actualOutputSize + ">"); in testGetOutputSizeInEncryptionMode()
222 int actualOutputSize = mCipher.getOutputSize(input); in testGetOutputSizeInEncryptionMode() local
223 if (actualOutputSize < input) { in testGetOutputSizeInEncryptionMode()
225 + input + ">, actual: <" + actualOutputSize + ">"); in testGetOutputSizeInEncryptionMode()
247 int actualOutputSize = mCipher.getOutputSize(input); in testGetOutputSizeInEncryptionMode() local
248 if (actualOutputSize < minExpectedOutputSize) { in testGetOutputSizeInEncryptionMode()
251 + minExpectedOutputSize + ">, actual: <" + actualOutputSize + ">"); in testGetOutputSizeInEncryptionMode()
276 int actualOutputSize = mCipher.getOutputSize(input); in testGetOutputSizeInDecryptionMode() local
[all …]