crypto: testmgr - add new larger DES3_EDE testvectors
[deliverable/linux.git] / crypto / testmgr.c
index 8655309fe7137e35f9219f809c475e23624842fa..879b61d436e9753b4ac30b28e0158922fc111fde 100644 (file)
@@ -2350,6 +2350,21 @@ static const struct alg_test_desc alg_test_descs[] = {
                                }
                        }
                }
+       }, {
+               .alg = "ctr(des3_ede)",
+               .test = alg_test_skcipher,
+               .suite = {
+                       .cipher = {
+                               .enc = {
+                                       .vecs = des3_ede_ctr_enc_tv_template,
+                                       .count = DES3_EDE_CTR_ENC_TEST_VECTORS
+                               },
+                               .dec = {
+                                       .vecs = des3_ede_ctr_dec_tv_template,
+                                       .count = DES3_EDE_CTR_DEC_TEST_VECTORS
+                               }
+                       }
+               }
        }, {
                .alg = "ctr(serpent)",
                .test = alg_test_skcipher,
This page took 0.024452 seconds and 5 git commands to generate.