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