zfs/module/icp
Jorgen Lundman 04837c8dcb Replace sprintf()->snprintf() and strcpy()->strlcpy()
The strcpy() and sprintf() functions are deprecated on some platforms.
Care is needed to ensure correct size is used.  If some platforms
miss snprintf, we can add a #define to sprintf, likewise strlcpy().

The biggest change is adding a size parameter to zfs_id_to_fuidstr().

The various *_impl_get() functions are only used on linux and have
not yet been updated.
2020-09-15 21:16:58 +00:00
..
algs Replace sprintf()->snprintf() and strcpy()->strlcpy() 2020-09-15 21:16:58 +00:00
api Static symbols exported by ICP 2020-05-12 10:53:32 -07:00
asm-x86_64 ICP: gcm-avx: Support architectures lacking the MOVBE instruction 2020-05-12 10:53:32 -07:00
core Fix typos in modules/icp/ 2020-01-22 13:48:59 -08:00
include ICP: gcm-avx: Support architectures lacking the MOVBE instruction 2020-05-12 10:53:32 -07:00
io Linux 5.0 compat: SIMD compatibility 2020-01-22 13:49:01 -08:00
os Replace sprintf()->snprintf() and strcpy()->strlcpy() 2020-09-15 21:16:58 +00:00
spi Fix typos in modules/icp/ 2020-01-22 13:48:59 -08:00
Makefile.in Fix icp include directories for in-tree build 2020-05-12 10:53:32 -07:00
illumos-crypto.c Fix typos in modules/icp/ 2020-01-22 13:48:59 -08:00