Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java183 int expectedOutputSize = input + getKatAuthenticationTagLengthBytes(); in testGetOutputSizeInEncryptionMode() local
184 if (actualOutputSize < expectedOutputSize) { in testGetOutputSizeInEncryptionMode()
185 fail("getOutputSize(" + expectedOutputSize + ") underestimated output size" in testGetOutputSizeInEncryptionMode()
186 + ". min expected: <" + expectedOutputSize in testGetOutputSizeInEncryptionMode()
248 int expectedOutputSize = input; in testGetOutputSizeInDecryptionMode() local
249 if (actualOutputSize < expectedOutputSize) { in testGetOutputSizeInDecryptionMode()
250 fail("getOutputSize(" + expectedOutputSize + ") underestimated output size" in testGetOutputSizeInDecryptionMode()
251 + ". min expected: <" + expectedOutputSize in testGetOutputSizeInDecryptionMode()