OSDN Git Service

Merge 4.19.19 into android-4.19
[android-x86/kernel.git] / crypto / testmgr.c
index a843ae2..1ffa4b3 100644 (file)
@@ -2697,6 +2697,13 @@ static const struct alg_test_desc alg_test_descs[] = {
                        }
                }
        }, {
+               .alg = "cfb(aes)",
+               .test = alg_test_skcipher,
+               .fips_allowed = 1,
+               .suite = {
+                       .cipher = __VECS(aes_cfb_tv_template)
+               },
+       }, {
                .alg = "chacha20",
                .test = alg_test_skcipher,
                .suite = {