Searched refs:isStreamCipher (Results 1 – 6 of 6) sorted by relevance
91 protected abstract boolean isStreamCipher(); in isStreamCipher() method in BlockCipherTestBase191 } 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 …]
26 protected boolean isStreamCipher() { in isStreamCipher() method in AESECBCipherTestBase
28 protected boolean isStreamCipher() { in isStreamCipher() method in AESCTRCipherTestBase
28 protected boolean isStreamCipher() { in isStreamCipher() method in AESCBCCipherTestBase
36 protected boolean isStreamCipher() { in isStreamCipher() method in DESedeCipherTestBase
35 protected boolean isStreamCipher() { in isStreamCipher() method in AESGCMCipherTestBase