Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java91 protected abstract boolean isStreamCipher(); in isStreamCipher() method in BlockCipherTestBase
191 } else if (isStreamCipher()) { in testGetOutputSizeInEncryptionMode()
244 if ((!isAuthenticatedCipher()) && (isStreamCipher())) { in testGetOutputSizeInDecryptionMode()
267 assertTrue(isStreamCipher()); in testGetOutputSizeInDecryptionMode()
636 if (isStreamCipher()) { in testUpdateDoesNotProduceOutputWhenInsufficientInput()
723 if (isStreamCipher()) { in testKatEncryptOneByteAtATime()
790 } else if (isStreamCipher()) { in testKatDecryptOneByteAtATime()
986 if (isStreamCipher()) { in testGeneratedPadding()
1107 if (isStreamCipher()) { in assertUpdateCopySafe()
1124 } else if (isStreamCipher()) { in assertUpdateCopySafe()
[all …]
DAESECBCipherTestBase.java26 protected boolean isStreamCipher() { in isStreamCipher() method in AESECBCipherTestBase
DAESCTRCipherTestBase.java28 protected boolean isStreamCipher() { in isStreamCipher() method in AESCTRCipherTestBase
DAESCBCCipherTestBase.java28 protected boolean isStreamCipher() { in isStreamCipher() method in AESCBCCipherTestBase
DDESedeCipherTestBase.java36 protected boolean isStreamCipher() { in isStreamCipher() method in DESedeCipherTestBase
DAESGCMCipherTestBase.java35 protected boolean isStreamCipher() { in isStreamCipher() method in AESGCMCipherTestBase