vmstat: use this_cpu() to avoid irqon/off sequence in refresh_cpu_vm_stats
[platform/adaptation/renesas_rcar/renesas_kernel.git] / crypto / testmgr.c
index b7bc2e7..e091ef6 100644 (file)
@@ -2046,6 +2046,16 @@ static const struct alg_test_desc alg_test_descs[] = {
                        }
                }
        }, {
+               .alg = "crct10dif",
+               .test = alg_test_hash,
+               .fips_allowed = 1,
+               .suite = {
+                       .hash = {
+                               .vecs = crct10dif_tv_template,
+                               .count = CRCT10DIF_TEST_VECTORS
+                       }
+               }
+       }, {
                .alg = "cryptd(__driver-cbc-aes-aesni)",
                .test = alg_test_null,
                .fips_allowed = 1,