freebsd-dev/module/icp/io
Tom Caputi ef78750d98 Fix ICP memleak introduced in #4760
The ICP requires destructors to for each crypto module that is added.
These do not necessarily exist in Illumos because they assume that
these modules can never be unloaded from the kernel. Some of this
cleanup code was missed when #4760 was merged, resulting in leaks.
This patch simply fixes that.

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tom Caputi <tcaputi@datto.com>
Issue #4760 
Closes #5265
2016-10-12 12:52:30 -07:00
..
aes.c Fix coverity defects: CID 150953, 147603, 147610 2016-10-04 18:15:57 -07:00
edonr_mod.c OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R 2016-10-03 14:51:15 -07:00
sha1_mod.c Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
sha2_mod.c Porting over some ICP code that was missed in #4760 2016-10-10 11:34:57 -07:00
skein_mod.c Fix ICP memleak introduced in #4760 2016-10-12 12:52:30 -07:00