summaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2021-01-21 14:07:29 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2021-01-29 16:07:03 +1100
commit89178b92e16b101247efefabfc24a6549546957c (patch)
tree99e1cbffb4be1680f0bb5a0a768e43933f6ea3d0 /crypto/testmgr.c
parentf331e883f94427df1ba560918d367839ef4c5c0b (diff)
downloadlinux-crypto-89178b92e16b101247efefabfc24a6549546957c.tar.gz
linux-crypto-89178b92e16b101247efefabfc24a6549546957c.zip
crypto: rmd128 - remove RIPE-MD 128 hash algorithm
RIPE-MD 128 is never referenced anywhere in the kernel, and unlikely to be depended upon by userspace via AF_ALG. So let's remove it. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--crypto/testmgr.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index a896d77e..f8a5cec6 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -4958,12 +4958,6 @@ static const struct alg_test_desc alg_test_descs[] = {
.hash = __VECS(hmac_md5_tv_template)
}
}, {
- .alg = "hmac(rmd128)",
- .test = alg_test_hash,
- .suite = {
- .hash = __VECS(hmac_rmd128_tv_template)
- }
- }, {
.alg = "hmac(rmd160)",
.test = alg_test_hash,
.suite = {
@@ -5276,12 +5270,6 @@ static const struct alg_test_desc alg_test_descs[] = {
}
}
}, {
- .alg = "rmd128",
- .test = alg_test_hash,
- .suite = {
- .hash = __VECS(rmd128_tv_template)
- }
- }, {
.alg = "rmd160",
.test = alg_test_hash,
.suite = {