crypto: sm2 - add SM2 test vectors to testmgr
[sfrench/cifs-2.6.git] / crypto / testmgr.c
index 21f2878e4e5482201819ebb77def9dac6961329e..a64a639eddfa45dad6c21078b5c76a3b83ef6f85 100644 (file)
@@ -5385,6 +5385,12 @@ static const struct alg_test_desc alg_test_descs[] = {
                .suite = {
                        .hash = __VECS(sha512_tv_template)
                }
+       }, {
+               .alg = "sm2",
+               .test = alg_test_akcipher,
+               .suite = {
+                       .akcipher = __VECS(sm2_tv_template)
+               }
        }, {
                .alg = "sm3",
                .test = alg_test_hash,