Merge branch 'for-3.9/upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
[cascardo/linux.git] / crypto / testmgr.c
index edf4a08..efd8b20 100644 (file)
@@ -2268,6 +2268,21 @@ static const struct alg_test_desc alg_test_descs[] = {
                                }
                        }
                }
+       }, {
+               .alg = "ecb(fcrypt)",
+               .test = alg_test_skcipher,
+               .suite = {
+                       .cipher = {
+                               .enc = {
+                                       .vecs = fcrypt_pcbc_enc_tv_template,
+                                       .count = 1
+                               },
+                               .dec = {
+                                       .vecs = fcrypt_pcbc_dec_tv_template,
+                                       .count = 1
+                               }
+                       }
+               }
        }, {
                .alg = "ecb(khazad)",
                .test = alg_test_skcipher,