[dpdk-dev] [PATCH v5 1/1] test: new test structure for asymmetric crypto

Kusztal, ArkadiuszX arkadiuszx.kusztal at intel.com
Wed Mar 27 12:26:21 CET 2019



> -----Original Message-----
> From: Nowak, DamianX
> Sent: Wednesday, March 27, 2019 10:45 AM
> To: dev at dpdk.org
> Cc: Trahe, Fiona <fiona.trahe at intel.com>; Kusztal, ArkadiuszX
> <arkadiuszx.kusztal at intel.com>; Nowak, DamianX
> <damianx.nowak at intel.com>
> Subject: [PATCH v5 1/1] test: new test structure for asymmetric crypto
> 
> This patch adds new test structure for modexp
> and modinv for asymmetric cryptography
> 
> Signed-off-by: Damian Nowak <damianx.nowak at intel.com>
> ---
>  app/test/test_cryptodev.h                  |   1 +
>  app/test/test_cryptodev_asym.c             | 318 ++++++++++
>  app/test/test_cryptodev_mod_test_vectors.h | 967
> +++++++++++++++++++++++++++++
>  3 files changed, 1286 insertions(+)
> 
> diff --git a/app/test/test_cryptodev.h b/app/test/test_cryptodev.h
> index a73a49e..14b54dc 100644
> --- a/app/test/test_cryptodev.h
> +++ b/app/test/test_cryptodev.h
> @@ -54,6 +54,7 @@
>  #define CRYPTODEV_NAME_AESNI_GCM_PMD	crypto_aesni_gcm
>  #define CRYPTODEV_NAME_OPENSSL_PMD	crypto_openssl
>  #define CRYPTODEV_NAME_QAT_SYM_PMD	crypto_qat
> +#define CRYPTODEV_NAME_QAT_ASYM_PMD	crypto_qat_asym
>  #define CRYPTODEV_NAME_SNOW3G_PMD	crypto_snow3g
>  #define CRYPTODEV_NAME_KASUMI_PMD	crypto_kasumi
>  #define CRYPTODEV_NAME_ZUC_PMD		crypto_zuc
> diff --git a/app/test/test_cryptodev_asym.c
> b/app/test/test_cryptodev_asym.c
> index a779e8f..2fe5b8f 100644
> --- a/app/test/test_cryptodev_asym.c
> +++ b/app/test/test_cryptodev_asym.c
> @@ -1,5 +1,6 @@
> 2.7.4

Acked-by: Arek Kusztal <arkadiuszx.kusztal at intel.com>



More information about the dev mailing list