numam-dpdk/drivers/crypto
Bruce Richardson 6723c0fc72 replace snprintf with strlcpy
Do a global replace of snprintf(..."%s",...) with strlcpy, adding in the
rte_string_fns.h header if needed.  The function changes in this patch were
auto-generated via command:

  spatch --sp-file devtools/cocci/strlcpy.cocci --dir . --in-place

and then the files edited using awk to add in the missing header:

  gawk -i inplace '/include <rte_/ && ! seen { \
  	print "#include <rte_string_fns.h>"; seen=1} {print}'

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2019-04-04 22:46:05 +02:00
..
aesni_gcm cryptodev: add sym session header size function 2019-01-10 16:57:22 +01:00
aesni_mb replace snprintf with strlcpy 2019-04-04 22:46:05 +02:00
armv8 cryptodev: add sym session header size function 2019-01-10 16:57:22 +01:00
caam_jr drivers: remove Linux EAL from include path 2019-04-04 22:06:16 +02:00
ccp replace snprintf with strlcpy 2019-04-04 22:46:05 +02:00
dpaa2_sec drivers: remove Linux EAL from include path 2019-04-04 22:06:16 +02:00
dpaa_sec drivers: remove Linux EAL from include path 2019-04-04 22:06:16 +02:00
kasumi cryptodev: add sym session header size function 2019-01-10 16:57:22 +01:00
mvsam cryptodev: change queue pair configure structure 2019-01-10 16:57:22 +01:00
null cryptodev: change queue pair configure structure 2019-01-10 16:57:22 +01:00
octeontx crypto/octeontx: move device specific code to driver 2019-03-22 15:54:24 +01:00
openssl crypto/openssl: set RSA private op feature flag 2019-04-02 16:50:24 +02:00
qat crypto/qat: add modular multiplicative inverse 2019-04-02 16:50:24 +02:00
scheduler replace snprintf with strlcpy 2019-04-04 22:46:05 +02:00
snow3g cryptodev: add sym session header size function 2019-01-10 16:57:22 +01:00
virtio build/linux: rename macro from LINUXAPP to LINUX 2019-03-12 17:31:22 +01:00
zuc cryptodev: add sym session header size function 2019-01-10 16:57:22 +01:00
Makefile drivers: fix build if security lib disabled 2018-10-24 22:39:25 +02:00
meson.build crypto/caam_jr: introduce basic driver 2018-10-17 12:23:40 +02:00