summaryrefslogtreecommitdiff
path: root/crypto/ripemd.h
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2021-01-21 14:07:30 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2021-01-29 16:07:03 +1100
commit269a7209e7d066d721d9d9890472161635fd1d9e (patch)
treecf0460de10a80d5342caf1590b5c6815030ea420 /crypto/ripemd.h
parent89178b92e16b101247efefabfc24a6549546957c (diff)
downloadlinux-crypto-269a7209e7d066d721d9d9890472161635fd1d9e.tar.gz
linux-crypto-269a7209e7d066d721d9d9890472161635fd1d9e.zip
crypto: rmd256 - remove RIPE-MD 256 hash algorithm
RIPE-MD 256 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/ripemd.h')
-rw-r--r--crypto/ripemd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/ripemd.h b/crypto/ripemd.h
index 0f66e3c8..a19c3c27 100644
--- a/crypto/ripemd.h
+++ b/crypto/ripemd.h
@@ -9,9 +9,6 @@
#define RMD160_DIGEST_SIZE 20
#define RMD160_BLOCK_SIZE 64
-#define RMD256_DIGEST_SIZE 32
-#define RMD256_BLOCK_SIZE 64
-
#define RMD320_DIGEST_SIZE 40
#define RMD320_BLOCK_SIZE 64