summaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2013-07-24 17:04:16 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2013-07-24 17:04:16 +1000
commit7c94fc0f6b9930805bd48d408243aeef581c6935 (patch)
tree3702ae3f3833a6bf0cff8b2ef2798741a85ccdf5 /crypto/testmgr.c
parent9208519dc62515d5e7fcb605c6b4079ee295b3fe (diff)
downloadlinux-crypto-7c94fc0f6b9930805bd48d408243aeef581c6935.tar.gz
linux-crypto-7c94fc0f6b9930805bd48d408243aeef581c6935.zip
Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework"
This reverts commits 67822649d7305caf3dd50ed46c27b99c94eff996 3b9b423ebebe34f349e7da5fff3b0e881f66fb89 6eed586968701188819f49d75759f0d5c23c0b05 31d939625a9a20b1badd2d4e6bf6fd39fa523405 24e7cd682f8970c5f79eeb876bf891e489ca09f1 Unfortunately this change broke boot on some systems that used an initrd which does not include the newly created crct10dif modules. As these modules are required by sd_mod under certain configurations this is a serious problem. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 2f006070..ecddf921 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -2046,16 +2046,6 @@ 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,