]> git.proxmox.com Git - mirror_zfs.git/commit
icp: remove digest entry points
authorRob Norris <rob.norris@klarasystems.com>
Sun, 19 May 2024 02:58:56 +0000 (12:58 +1000)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 31 May 2024 22:13:16 +0000 (15:13 -0700)
commit1291c46ea4baf3f8807cf533edbdbd4999f6759e
tree4e05a0f3c9e148cb3e495069bda6b62e11414428
parent94f1e56e412909cf76b9acf799f5154a08d50a2f
icp: remove digest entry points

For whatever reason, we call digest mechanisms directly, not through the
KCF digest provider. So we can remove those entry points entirely.

Sponsored-by: Klara, Inc.
Sponsored-by: Wasabi Technology, Inc.
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <rob.norris@klarasystems.com>
Closes #16209
include/sys/skein.h
module/icp/core/kcf_mech_tabs.c
module/icp/include/sys/crypto/impl.h
module/icp/include/sys/crypto/spi.h
module/icp/io/aes.c
module/icp/io/sha2_mod.c
module/icp/io/skein_mod.c