Searched refs:expectedOutputSize (Results 1 – 1 of 1) sorted by relevance
183 int expectedOutputSize = input + getKatAuthenticationTagLengthBytes(); in testGetOutputSizeInEncryptionMode() local184 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() local249 if (actualOutputSize < expectedOutputSize) { in testGetOutputSizeInDecryptionMode()250 fail("getOutputSize(" + expectedOutputSize + ") underestimated output size" in testGetOutputSizeInDecryptionMode()251 + ". min expected: <" + expectedOutputSize in testGetOutputSizeInDecryptionMode()