Searched refs:isAuthenticatedCipher (Results 1 – 5 of 5) sorted by relevance
33 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in AESCTRCipherTestBase
35 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in AESCBCCipherTestBase
112 protected abstract boolean isAuthenticatedCipher(); in isAuthenticatedCipher() method in BlockCipherTestBase206 if (isAuthenticatedCipher()) { in testGetOutputSizeInEncryptionMode()273 if ((!isAuthenticatedCipher()) && (isStreamCipher())) { in testGetOutputSizeInDecryptionMode()294 if (isAuthenticatedCipher()) { in testGetOutputSizeInDecryptionMode()804 if (isAuthenticatedCipher()) { in testKatEncryptOneByteAtATime()878 if (isAuthenticatedCipher()) { in testKatDecryptOneByteAtATime()966 if (isAuthenticatedCipher()) { in testUpdateAADNotSupported()982 if (!isAuthenticatedCipher()) { in testUpdateAADSupported()1259 if (isAuthenticatedCipher()) { in assertUpdateCopySafe()1273 if (isAuthenticatedCipher()) { in assertUpdateCopySafe()[all …]
35 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in DESedeCipherTestBase
45 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in AESGCMCipherTestBase