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.java207 int inputInclBuffered = buffered + input; in testGetOutputSizeInEncryptionMode() local
210 int minExpectedOutputSize = inputInclBuffered - (inputInclBuffered % blockSize); in testGetOutputSizeInEncryptionMode()
262 int inputInclBuffered = buffered + input; in testGetOutputSizeInDecryptionMode() local
271 inputInclBuffered - getKatAuthenticationTagLengthBytes(); in testGetOutputSizeInDecryptionMode()
276 minExpectedOutputSize = inputInclBuffered - (inputInclBuffered % blockSize); in testGetOutputSizeInDecryptionMode()
278 if ((inputInclBuffered % blockSize) == 0) { in testGetOutputSizeInDecryptionMode()