numam-dpdk/drivers/crypto/qat
Adam Dybkowski 6e21c1a532 crypto/qat: support plain SHA1..SHA512 hashes
This patch adds support for plain SHA-1, SHA-224, SHA-256,
SHA-384 and SHA-512 hashes to QAT PMD.

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
2020-04-19 22:45:11 +02:00
..
meson.build drivers: add reasons for components being disabled 2019-07-02 23:21:11 +02:00
qat_asym_capabilities.h crypto/qat: support RSA in asym 2019-10-23 16:57:06 +02:00
qat_asym_pmd.c cryptodev: remove unused operation for queue count 2020-04-05 18:26:04 +02:00
qat_asym_pmd.h crypto/qat: add minimum enqueue threshold 2020-01-15 16:45:04 +01:00
qat_asym.c crypto/qat: support RSA CRT in asym 2019-10-23 16:57:06 +02:00
qat_asym.h replace alignment attributes 2020-04-16 18:16:18 +02:00
qat_sym_capabilities.h crypto/qat: support plain SHA1..SHA512 hashes 2020-04-19 22:45:11 +02:00
qat_sym_pmd.c crypto/qat: handle mixed hash-cipher on GEN2 2020-04-05 18:30:00 +02:00
qat_sym_pmd.h crypto/qat: handle mixed hash-cipher on GEN2 2020-04-05 18:30:00 +02:00
qat_sym_session.c crypto/qat: support plain SHA1..SHA512 hashes 2020-04-19 22:45:11 +02:00
qat_sym_session.h crypto/qat: support plain SHA1..SHA512 hashes 2020-04-19 22:45:11 +02:00
qat_sym.c crypto/qat: optimise check for chained mbufs 2020-04-05 18:26:04 +02: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.