]> git.proxmox.com Git - mirror_zfs.git/commit
Remove sha1 hashing from OpenZFS, it's not used anywhere.
authorTino Reichardt <github@mcmilk.de>
Mon, 3 Jan 2022 16:43:11 +0000 (17:43 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 7 Jan 2022 00:16:28 +0000 (16:16 -0800)
commita798b485aeff2bb0419ca95e5ed1cdd6bf7b6c00
tree304f4216f7836c235fdcfa5fcdb460f8ac061e27
parent3e310f099d1c795ef2e6e7e0c2bbbf8f122156cb
Remove sha1 hashing from OpenZFS, it's not used anywhere.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Attila Fülöp <attila@fueloep.org>
Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12895
Closes #12902
include/sys/crypto/icp.h
lib/libicp/Makefile.am
module/icp/Makefile.in
module/icp/algs/sha1/sha1.c [deleted file]
module/icp/asm-x86_64/sha1/sha1-x86_64.S [deleted file]
module/icp/illumos-crypto.c
module/icp/include/sha1/sha1.h [deleted file]
module/icp/include/sha1/sha1_consts.h [deleted file]
module/icp/include/sha1/sha1_impl.h [deleted file]
module/icp/io/sha1_mod.c [deleted file]