numam-dpdk/lib/librte_cryptodev
Thomas Monjalon f8e9989606 remove useless constructor headers
A constructor is usually declared with RTE_INIT* macros.
As it is a static function, no need to declare before its definition.
The macro is used directly in the function definition.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2018-07-12 00:00:35 +02:00
..
Makefile cryptodev: add asymmetric xform and op definitions 2018-07-11 03:57:25 +02:00
meson.build cryptodev: add asymmetric xform and op definitions 2018-07-11 03:57:25 +02:00
rte_crypto_asym.h cryptodev: add asymmetric xform and op definitions 2018-07-11 03:57:25 +02:00
rte_crypto_sym.h crypto/ccp: support SHA3 family 2018-04-23 18:20:09 +01:00
rte_crypto.h cryptodev: support asymmetric operations 2018-07-11 03:57:25 +02:00
rte_cryptodev_pmd.c cryptodev: remove max number of sessions parameter 2018-07-11 03:57:24 +02:00
rte_cryptodev_pmd.h remove useless constructor headers 2018-07-12 00:00:35 +02:00
rte_cryptodev_version.map cryptodev: add asymmetric capability 2018-07-11 03:57:25 +02:00
rte_cryptodev.c cryptodev: add asymmetric capability 2018-07-11 03:57:25 +02:00
rte_cryptodev.h cryptodev: add asymmetric capability 2018-07-11 03:57:25 +02:00