numam-dpdk/drivers/crypto
Arek Kusztal ceb1ccd5d5 qat: add out-of-place symmetric operations
This patch adds out-of-place operations to qat symmetric crypto PMD,
i.e. the result of the operation can be written to the destination buffer
instead of overwriting the source buffer as done in "in-place" operation.
Both buffers can be of different sizes.
Previously the qat PMD assumed that m_src and m_dst in rte_crypto_sym_op
were identical.

Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Acked-by: John Griffin <john.griffin@intel.com>
2016-03-31 21:49:26 +02:00
..
aesni_gcm drivers: fix build of crypto anonymous union initialization 2016-03-31 21:32:19 +02:00
aesni_mb drivers: fix build of crypto anonymous union initialization 2016-03-31 21:32:19 +02:00
null drivers: fix build of crypto anonymous union initialization 2016-03-31 21:32:19 +02:00
qat qat: add out-of-place symmetric operations 2016-03-31 21:49:26 +02:00
snow3g drivers: fix build of crypto anonymous union initialization 2016-03-31 21:32:19 +02:00
Makefile null_crypto: add driver for null crypto operations 2016-03-11 02:16:18 +01:00