crypto/qat: refactor asymmetric crypto functions
authorArek Kusztal <arkadiuszx.kusztal@intel.com>
Mon, 21 Feb 2022 10:48:27 +0000 (10:48 +0000)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 23 Feb 2022 09:02:36 +0000 (10:02 +0100)
commit3b78aa7b2317fb385ed7fa5f5535f60050ede618
tree226f3e3494c8b0aa9d2fb5e9172e524bb6d6d65c
parentff01b26fb26d50880042be9fd3c91d6cb5bb8e5d
crypto/qat: refactor asymmetric crypto functions

This commit refactors asummetric crypto functions
in Intel QuickAssist Technology PMD.
Functions right now are shorter and far easier readable,
plus it facilitates addition of new algorithms.

Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
doc/guides/cryptodevs/qat.rst
drivers/common/qat/qat_adf/qat_pke.h [new file with mode: 0644]
drivers/common/qat/qat_adf/qat_pke_functionality_arrays.h [deleted file]
drivers/crypto/qat/dev/qat_asym_pmd_gen1.c
drivers/crypto/qat/qat_asym.c
drivers/crypto/qat/qat_asym.h