Searched refs:isStreamCipher (Results 1 – 5 of 5) sorted by relevance
28 protected boolean isStreamCipher() { in isStreamCipher() method in AESCTRCipherTestBase
30 protected boolean isStreamCipher() { in isStreamCipher() method in AESCBCCipherTestBase
111 protected abstract boolean isStreamCipher(); in isStreamCipher() method in BlockCipherTestBase219 } 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 …]
40 protected boolean isStreamCipher() { in isStreamCipher() method in DESedeCipherTestBase
40 protected boolean isStreamCipher() { in isStreamCipher() method in AESGCMCipherTestBase