Home
last modified time | relevance | path

Searched refs:inputInclBuffered (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java235 int inputInclBuffered = buffered + input; in testGetOutputSizeInEncryptionMode() local
238 int minExpectedOutputSize = inputInclBuffered - (inputInclBuffered % blockSize); in testGetOutputSizeInEncryptionMode()
291 int inputInclBuffered = buffered + input; in testGetOutputSizeInDecryptionMode() local
300 inputInclBuffered - getKatAuthenticationTagLengthBytes(); in testGetOutputSizeInDecryptionMode()
305 minExpectedOutputSize = inputInclBuffered - (inputInclBuffered % blockSize); in testGetOutputSizeInDecryptionMode()
307 if ((inputInclBuffered % blockSize) == 0) { in testGetOutputSizeInDecryptionMode()