diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2021-01-21 14:07:29 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2021-01-29 16:07:03 +1100 |
commit | b21b9a5e0aef025aafd2c57622a5f0cb9562c886 (patch) | |
tree | d1f81971ac1147a36f9d973f2ac6a9f06abbcc8a /crypto/testmgr.c | |
parent | c114cf7f86242bbd6841de4c49923100ad41b6d5 (diff) | |
download | linux-b21b9a5e0aef025aafd2c57622a5f0cb9562c886.tar.gz linux-b21b9a5e0aef025aafd2c57622a5f0cb9562c886.tar.bz2 linux-b21b9a5e0aef025aafd2c57622a5f0cb9562c886.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 'crypto/testmgr.c')
-rw-r--r-- | crypto/testmgr.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c index a896d77e9611..f8a5cec614d6 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 = { |