]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - crypto/testmgr.c
Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform...
[karo-tx-linux.git] / crypto / testmgr.c
index b7bc2e70895a2ba3ca628e5854128092b6b20e38..e091ef6e17912b24020bf0a1668f33602b770cf9 100644 (file)
@@ -2045,6 +2045,16 @@ static const struct alg_test_desc alg_test_descs[] = {
                                .count = CRC32C_TEST_VECTORS
                        }
                }
+       }, {
+               .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,