Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAESCTRCipherTestBase.java28 protected boolean isStreamCipher() { in isStreamCipher() method in AESCTRCipherTestBase
DAESCBCCipherTestBase.java30 protected boolean isStreamCipher() { in isStreamCipher() method in AESCBCCipherTestBase
DBlockCipherTestBase.java111 protected abstract boolean isStreamCipher(); in isStreamCipher() method in BlockCipherTestBase
219 } else if (isStreamCipher()) { in testGetOutputSizeInEncryptionMode()
273 if ((!isAuthenticatedCipher()) && (isStreamCipher())) { in testGetOutputSizeInDecryptionMode()
296 assertTrue(isStreamCipher()); in testGetOutputSizeInDecryptionMode()
682 if (isStreamCipher()) { in testUpdateDoesNotProduceOutputWhenInsufficientInput()
785 if (isStreamCipher()) { in testKatEncryptOneByteAtATime()
887 } else if (isStreamCipher()) { in testKatDecryptOneByteAtATime()
1120 if (isStreamCipher()) { in testGeneratedPadding()
1258 if (isStreamCipher()) { in assertUpdateCopySafe()
1275 } else if (isStreamCipher()) { in assertUpdateCopySafe()
[all …]
DDESedeCipherTestBase.java40 protected boolean isStreamCipher() { in isStreamCipher() method in DESedeCipherTestBase
DAESGCMCipherTestBase.java40 protected boolean isStreamCipher() { in isStreamCipher() method in AESGCMCipherTestBase