crypto/openssl: support in-place scatter gather
authorAkhil Goyal <akhil.goyal@nxp.com>
Wed, 20 Nov 2019 05:58:45 +0000 (11:28 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 20 Nov 2019 11:35:51 +0000 (12:35 +0100)
commitb795e127e8623acec07c5e9b33402880ea19ce9b
tree6b29b3b1218f74dd9feda3b695994341feba67de
parent82cfb9c24f66084e6c7933e6c00bca409bcc00e2
crypto/openssl: support in-place scatter gather

As per current support, Scatter Gather is only supported
for out of place input and output buffers.
This patch add support for Scatter Gather for in-place buffers.

Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
Acked-by: Anoob Joseph <anoobj@marvell.com>
app/test/test_cryptodev_aes_test_vectors.h
doc/guides/cryptodevs/features/openssl.ini
drivers/crypto/openssl/rte_openssl_pmd.c