numam-dpdk/drivers/crypto
Kevin Traynor 099db3d156 crypto/zuc: fix build with GCC 11
GCC 11 complains that some arrays may be uninitialized in
process_zuc_hash_op(). This is because their initialization
depends on num_ops being > 0.

This function is only called with num_ops > 0 because of
checks in process_zuc_hash_op().

To remove the warning initialize the arrays.

Fixes: 0b133c36ad ("crypto/zuc: support IPsec Multi-buffer lib v0.54")
Cc: stable@dpdk.org

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
2021-05-19 14:54:29 +02:00
..
aesni_gcm log: register with standardized names 2021-05-11 15:17:55 +02:00
aesni_mb log: register with standardized names 2021-05-11 15:17:55 +02:00
armv8 log: register with standardized names 2021-05-11 15:17:55 +02:00
bcmfs log: register with standardized names 2021-05-11 15:17:55 +02:00
caam_jr drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
ccp drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
dpaa2_sec crypto/dpaa2_sec: fix close and uninit functions 2021-05-05 17:16:25 +02:00
dpaa_sec crypto/dpaa_sec: affine the thread portal affinity 2021-05-05 17:14:54 +02:00
kasumi log: register with standardized names 2021-05-11 15:17:55 +02:00
mvsam log: register with standardized names 2021-05-11 15:17:55 +02:00
nitrox log: register with standardized names 2021-05-11 15:17:55 +02:00
null log: register with standardized names 2021-05-11 15:17:55 +02:00
octeontx log: register with standardized names 2021-05-11 15:17:55 +02:00
octeontx2 log: register with standardized names 2021-05-11 15:17:55 +02:00
openssl log: register with standardized names 2021-05-11 15:17:55 +02:00
qat crypto/qat: fix null authentication request 2021-05-12 18:11:21 +02:00
scheduler log: register with standardized names 2021-05-11 15:17:55 +02:00
snow3g log: register with standardized names 2021-05-11 15:17:55 +02:00
virtio log: register with standardized names 2021-05-11 15:17:55 +02:00
zuc crypto/zuc: fix build with GCC 11 2021-05-19 14:54:29 +02:00
meson.build drivers: clean up build lists 2021-04-21 12:37:55 +02:00