diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2021-01-21 14:07:31 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2021-01-29 16:07:04 +1100 |
commit | 93f64202926f606d67b1095b59137f903c6ab304 (patch) | |
tree | c4f654dcef8993f9b9463eb4ae03d1e50276ee4e /crypto/testmgr.c | |
parent | c15d4167f0b0465b71c0619dc30b122f1b0e5b7a (diff) | |
download | linux-next-93f64202926f606d67b1095b59137f903c6ab304.tar.gz |
crypto: rmd320 - remove RIPE-MD 320 hash algorithm
RIPE-MD 320 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 'crypto/testmgr.c')
-rw-r--r-- | crypto/testmgr.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c index c35de56fc25a..d12cec6ab003 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -5276,12 +5276,6 @@ static const struct alg_test_desc alg_test_descs[] = { .hash = __VECS(rmd160_tv_template) } }, { - .alg = "rmd320", - .test = alg_test_hash, - .suite = { - .hash = __VECS(rmd320_tv_template) - } - }, { .alg = "rsa", .test = alg_test_akcipher, .fips_allowed = 1, |