aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
authorPascal van Leeuwen <pascalvanl@gmail.com>2019-09-13 11:10:42 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2019-10-05 01:06:05 +1000
commite48862147f22d48ca8b6c05d4d354b9a7f4ba3ff (patch)
tree39d2a06dc5a60270ad884a0ee49b7314350faf41 /crypto/testmgr.c
parentcrypto: inside-secure - Add support for the rfc3685(ctr(sm4)) skcipher (diff)
downloadlinux-dev-e48862147f22d48ca8b6c05d4d354b9a7f4ba3ff.tar.xz
linux-dev-e48862147f22d48ca8b6c05d4d354b9a7f4ba3ff.zip
crypto: testmgr - Added testvectors for the rfc3686(ctr(sm4)) skcipher
Added testvectors for the rfc3686(ctr(sm4)) skcipher algorithm changes since v1: - nothing Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index abfafffbcfe1..82084f6d84b6 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -4847,6 +4847,12 @@ static const struct alg_test_desc alg_test_descs[] = {
.cipher = __VECS(aes_ctr_rfc3686_tv_template)
}
}, {
+ .alg = "rfc3686(ctr(sm4))",
+ .test = alg_test_skcipher,
+ .suite = {
+ .cipher = __VECS(sm4_ctr_rfc3686_tv_template)
+ }
+ }, {
.alg = "rfc4106(gcm(aes))",
.generic_driver = "rfc4106(gcm_base(ctr(aes-generic),ghash-generic))",
.test = alg_test_aead,