qat: fix AES-GCM decryption
authorJohn Griffin <john.griffin@intel.com>
Tue, 8 Mar 2016 16:22:15 +0000 (16:22 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 11 Mar 2016 00:31:55 +0000 (01:31 +0100)
commit53d8971cbe81c525ab6d36c46329d514ce154278
treef50d0b027262f8022ad29a01c71b3e886b01db1b
parent0221b55b519d17a0169ecc35c87363820fb3791e
qat: fix AES-GCM decryption

AES GCM on the cryptodev API was giving invalid results
in some cases, due to an incorrect IV setting.

Added AES GCM in the QAT supported algorithms,
as encryption/decryption is fully functional.

Fixes: 1703e94ac5ce ("qat: add driver for QuickAssist devices")

Signed-off-by: John Griffin <john.griffin@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
doc/guides/cryptodevs/qat.rst
doc/guides/rel_notes/release_16_04.rst
drivers/crypto/qat/qat_crypto.c