numam-dpdk/lib/cryptodev
Bruce Richardson 013b4c52c7 replace zero-length arrays with flexible ones
This patch replaces instances of zero-sized arrays i.e. those at the end
of structures with "[0]" with the more standard syntax of "[]".
Replacement was done using coccinelle script, with some revert and
cleanup of whitespace afterwards.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Morten Brørup <mb@smartsharesystems.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2022-06-07 16:44:21 +02:00
..
cryptodev_pmd.c cryptodev: add API to get/set event metadata 2022-06-01 16:26:34 +02:00
cryptodev_pmd.h replace zero-length arrays with flexible ones 2022-06-07 16:44:21 +02:00
cryptodev_trace_points.c cryptodev: use single mempool for asymmetric session 2022-02-12 10:26:39 +01:00
meson.build cryptodev: support telemetry 2021-11-04 19:43:14 +01:00
rte_crypto_asym.h cryptodev: add RSA padding salt length and label 2022-06-02 12:04:11 +02:00
rte_crypto_sym.h cryptodev: fix multi-segment raw vector processing 2021-10-17 19:32:13 +02:00
rte_crypto.h cryptodev: fix clang C++ include 2022-03-15 02:14:27 +01:00
rte_cryptodev_core.h cryptodev: move device-specific structures 2021-10-20 15:33:16 +02:00
rte_cryptodev_trace_fp.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_cryptodev_trace.h cryptodev: modify return value for asym session create 2022-02-12 10:26:39 +01:00
rte_cryptodev.c cryptodev: add public key verify option 2022-06-02 12:04:10 +02:00
rte_cryptodev.h replace zero-length arrays with flexible ones 2022-06-07 16:44:21 +02:00
version.map cryptodev: separate key exchange operation enum 2022-06-01 18:56:23 +02:00