Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Spets <toni.spets@iki.fi>2018-02-06 20:20:10 +0300
committerJanek Bevendorff <janek@jbev.net>2018-02-11 17:31:06 +0300
commitd2359df2b06676530fb08923884b2f15f302aea2 (patch)
tree4e1245e6a832f717425916d58df5afe309f2f599 /tests/TestSymmetricCipher.h
parent80d85965e922f3741a5483b10d8b3d212e3eee24 (diff)
SymmetricCipher: Add support for AES-128-CBC
Diffstat (limited to 'tests/TestSymmetricCipher.h')
-rw-r--r--tests/TestSymmetricCipher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TestSymmetricCipher.h b/tests/TestSymmetricCipher.h
index 40e3b49cf..9b82fd88a 100644
--- a/tests/TestSymmetricCipher.h
+++ b/tests/TestSymmetricCipher.h
@@ -27,6 +27,8 @@ class TestSymmetricCipher : public QObject
private slots:
void initTestCase();
+ void testAes128CbcEncryption();
+ void testAes128CbcDecryption();
void testAes256CbcEncryption();
void testAes256CbcDecryption();
void testAes256CtrEncryption();