numam-dpdk/drivers/crypto/qat
Fiona Trahe 20f1cb1aaf crypto/qat: fix null cipher algo for non 8-byte multiple
NULL cipher algo of 4-byte multiple and other sizes caused firmware hang
due to use of wrong mode. Changed from ECB mode to CTR mode to fix.

Fixes: 98f0608916 ("crypto/qat: add symmetric session file")
Cc: stable@dpdk.org

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
2019-04-30 15:40:56 +02:00
..
meson.build crypto/qat: add asymmetric crypto PMD 2019-04-02 16:50:24 +02:00
qat_asym_capabilities.h crypto/qat: add modular multiplicative inverse 2019-04-02 16:50:24 +02:00
qat_asym_pmd.c crypto/qat: add modular exponentiation 2019-04-02 16:50:24 +02:00
qat_asym_pmd.h crypto/qat: add asymmetric crypto PMD 2019-04-02 16:50:24 +02:00
qat_asym.c crypto/qat: add modular multiplicative inverse 2019-04-02 16:50:24 +02:00
qat_asym.h crypto/qat: add modular multiplicative inverse 2019-04-02 16:50:24 +02:00
qat_sym_capabilities.h crypto/qat: support XTS 2019-03-22 15:54:24 +01:00
qat_sym_pmd.c crypto/qat: add asymmetric crypto PMD 2019-04-02 16:50:24 +02:00
qat_sym_pmd.h crypto/qat: add asymmetric crypto PMD 2019-04-02 16:50:24 +02:00
qat_sym_session.c crypto/qat: fix null cipher algo for non 8-byte multiple 2019-04-30 15:40:56 +02: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.