Searched refs:inputInclBuffered (Results 1 – 1 of 1) sorted by relevance
207 int inputInclBuffered = buffered + input; in testGetOutputSizeInEncryptionMode() local210 int minExpectedOutputSize = inputInclBuffered - (inputInclBuffered % blockSize); in testGetOutputSizeInEncryptionMode()262 int inputInclBuffered = buffered + input; in testGetOutputSizeInDecryptionMode() local271 inputInclBuffered - getKatAuthenticationTagLengthBytes(); in testGetOutputSizeInDecryptionMode()276 minExpectedOutputSize = inputInclBuffered - (inputInclBuffered % blockSize); in testGetOutputSizeInDecryptionMode()278 if ((inputInclBuffered % blockSize) == 0) { in testGetOutputSizeInDecryptionMode()