Remove a set of algorithms that are never used in the kernel, and are highly unlikely to be depended upon by user space either. Cc: Eric Biggers <ebiggers@xxxxxxxxxx> Cc: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Ard Biesheuvel (5): crypto: remove RIPE-MD 128 hash algorithm crypto: remove RIPE-MD 256 hash algorithm crypto: remove RIPE-MD 320 hash algorithm crypto: remove Tiger 128/160/192 hash algorithms crypto: remove Salsa20 stream cipher algorithm .../device-mapper/dm-integrity.rst | 4 +- crypto/Kconfig | 62 - crypto/Makefile | 4 - crypto/ripemd.h | 14 - crypto/rmd128.c | 323 ---- crypto/rmd256.c | 342 ---- crypto/rmd320.c | 391 ----- crypto/salsa20_generic.c | 212 --- crypto/tcrypt.c | 87 +- crypto/testmgr.c | 48 - crypto/testmgr.h | 1553 ----------------- crypto/tgr192.c | 682 -------- 12 files changed, 3 insertions(+), 3719 deletions(-) delete mode 100644 crypto/rmd128.c delete mode 100644 crypto/rmd256.c delete mode 100644 crypto/rmd320.c delete mode 100644 crypto/salsa20_generic.c delete mode 100644 crypto/tgr192.c -- 2.17.1