Searched refs:isAuthenticatedCipher (Results 1 – 6 of 6) sorted by relevance
31 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in AESECBCipherTestBase
33 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in AESCTRCipherTestBase
33 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in AESCBCCipherTestBase
92 protected abstract boolean isAuthenticatedCipher(); in isAuthenticatedCipher() method in BlockCipherTestBase178 if (isAuthenticatedCipher()) { in testGetOutputSizeInEncryptionMode()244 if ((!isAuthenticatedCipher()) && (isStreamCipher())) { in testGetOutputSizeInDecryptionMode()265 if (isAuthenticatedCipher()) { in testGetOutputSizeInDecryptionMode()733 if (isAuthenticatedCipher()) { in testKatEncryptOneByteAtATime()781 if (isAuthenticatedCipher()) { in testKatDecryptOneByteAtATime()835 if (isAuthenticatedCipher()) { in testUpdateAADNotSupported()850 if (!isAuthenticatedCipher()) { in testUpdateAADSupported()1108 if (isAuthenticatedCipher()) { in assertUpdateCopySafe()1122 if (isAuthenticatedCipher()) { in assertUpdateCopySafe()[all …]
31 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in DESedeCipherTestBase
40 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in AESGCMCipherTestBase