numam-dpdk/drivers/crypto/qat
Fiona Trahe 89da5e006f crypto/qat: fix digest in wireless auth case
When operation calls for auth (digest generation), followed by
encryption of both data plus digest, the digest-in-buffer
flag must be set for QAT.

Fixes: 39e0bee48e ("crypto/qat: rework request builder for performance")
Cc: stable@dpdk.org

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
2019-01-27 23:48:34 +01:00
..
meson.build compress/qat: add empty driver 2018-07-24 01:48:10 +02:00
qat_sym_capabilities.h crypto/qat: support AES-CMAC 2018-10-17 12:23:40 +02:00
qat_sym_pmd.c cryptodev: change queue pair configure structure 2019-01-10 16:57:22 +01:00
qat_sym_pmd.h crypto/qat: fix typo 2018-08-30 05:10:50 +02:00
qat_sym_session.c crypto/qat: fix message for NULL algo setting unused counter 2018-12-19 11:19:10 +01:00
qat_sym_session.h crypto/qat: support AES-CMAC 2018-10-17 12:23:40 +02:00
qat_sym.c crypto/qat: fix digest in wireless auth case 2019-01-27 23:48:34 +01:00
qat_sym.h common/qat: add scatter-gather header 2018-07-25 08:19:54 +02:00
README crypto/qat: move common qat files to common dir 2018-07-11 00:55:30 +02:00

# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2015-2018 Intel Corporation

Makefile for crypto QAT PMD is in common/qat directory.
The build for the QAT driver is done from there as only one library is built for the
whole QAT pci device and that library includes all the services (crypto, compression)
which are enabled on the device.