numam-dpdk/drivers/crypto/qat
Akhil Goyal af668035f7 cryptodev: expose driver interface as internal
The rte_cryptodev_pmd.* files are for drivers only and should be
private to DPDK, and not installed for app use.

Signed-off-by: Akhil Goyal <gakhil@marvell.com>
Acked-by: Matan Azrad <matan@nvidia.com>
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2021-09-08 09:35:12 +02:00
..
meson.build build: fix formatting of Meson lists 2021-05-04 15:01:47 +02:00
qat_asym_capabilities.h
qat_asym_pmd.c cryptodev: expose driver interface as internal 2021-09-08 09:35:12 +02:00
qat_asym_pmd.h
qat_asym.c
qat_asym.h cryptodev: expose driver interface as internal 2021-09-08 09:35:12 +02:00
qat_sym_capabilities.h crypto/qat: support GMAC in GEN4 legacy mode 2021-07-20 10:32:05 +02:00
qat_sym_hw_dp.c cryptodev: expose driver interface as internal 2021-09-08 09:35:12 +02:00
qat_sym_pmd.c cryptodev: expose driver interface as internal 2021-09-08 09:35:12 +02:00
qat_sym_pmd.h build: replace use of old build macros 2020-10-19 22:15:44 +02:00
qat_sym_session.c crypto/qat: support GMAC in GEN4 legacy mode 2021-07-20 10:32:05 +02:00
qat_sym_session.h cryptodev: expose driver interface as internal 2021-09-08 09:35:12 +02:00
qat_sym.c crypto/qat: add AES-GCM in UCS-SPC mode 2021-07-20 10:32:05 +02:00
qat_sym.h cryptodev: expose driver interface as internal 2021-09-08 09:35:12 +02:00
README

# 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.