Searched refs:inputInclBuffered (Results 1 – 1 of 1) sorted by relevance
235 int inputInclBuffered = buffered + input; in testGetOutputSizeInEncryptionMode() local238 int minExpectedOutputSize = inputInclBuffered - (inputInclBuffered % blockSize); in testGetOutputSizeInEncryptionMode()291 int inputInclBuffered = buffered + input; in testGetOutputSizeInDecryptionMode() local300 inputInclBuffered - getKatAuthenticationTagLengthBytes(); in testGetOutputSizeInDecryptionMode()305 minExpectedOutputSize = inputInclBuffered - (inputInclBuffered % blockSize); in testGetOutputSizeInDecryptionMode()307 if ((inputInclBuffered % blockSize) == 0) { in testGetOutputSizeInDecryptionMode()