zfs/module/icp/algs/aes
наб 861166b027 Remove bcopy(), bzero(), bcmp()
bcopy() has a confusing argument order and is actually a move, not a
copy; they're all deprecated since POSIX.1-2001 and removed in -2008,
and we shim them out to mem*() on Linux anyway

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12996
2022-03-15 15:13:42 -07:00
..
aes_impl.c Remove bcopy(), bzero(), bcmp() 2022-03-15 15:13:42 -07:00
aes_impl_aesni.c
aes_impl_generic.c Prefix zfs internal endian checks with _ZFS 2020-07-28 13:02:49 -07:00
aes_impl_x86-64.c
aes_modes.c