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.java211 int expectedOutputSize = input + getKatAuthenticationTagLengthBytes(); in testGetOutputSizeInEncryptionMode() local
212 if (actualOutputSize < expectedOutputSize) { in testGetOutputSizeInEncryptionMode()
213 fail("getOutputSize(" + expectedOutputSize + ") underestimated output size" in testGetOutputSizeInEncryptionMode()
214 + ". min expected: <" + expectedOutputSize in testGetOutputSizeInEncryptionMode()
277 int expectedOutputSize = input; in testGetOutputSizeInDecryptionMode() local
278 if (actualOutputSize < expectedOutputSize) { in testGetOutputSizeInDecryptionMode()
279 fail("getOutputSize(" + expectedOutputSize + ") underestimated output size" in testGetOutputSizeInDecryptionMode()
280 + ". min expected: <" + expectedOutputSize in testGetOutputSizeInDecryptionMode()