From patchwork Thu Aug 18 06:05:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arkadiusz Kusztal X-Patchwork-Id: 115221 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 97658A034C; Thu, 18 Aug 2022 09:14:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B80141109; Thu, 18 Aug 2022 09:14:29 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id D118840DDC for ; Thu, 18 Aug 2022 09:14:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660806868; x=1692342868; h=from:to:cc:subject:date:message-id; bh=G8qFr+lHPB8DV4P+L67zx983MbYr5NGi/PeYFmZCBt8=; b=NprQ5LmTW4UYdv2aWTL+RV4C3Nw2wgnsdmNgAMiWnUvakU6B5bKjUsln g3/YltBymCNkm1c9U75iX0gDaFC9gYbZokZUNn/qn/20gU3tFtC5GRFxc DxJbLVXdphKCrdFLSB1Heh5kqI9zB97vDF7KxPOrZ/PWBC7M+1i/kqmgQ 4fiy7EtOExk9SkVkeCLO9vGkjGLrLjA3iQ+IMAuiQ/ngNU5k535VOeiCn 1C1x1E+rqOvpAyml9aR/UCnwqI+psV4xJLXlX9DiyFneSFWTeMhvAXWf3 lCR1Cdr0GGRXjunodDhYrsSaftEHBXJqXCrbxk+l2WqzMoEt2ANtvAwiu g==; X-IronPort-AV: E=McAfee;i="6500,9779,10442"; a="272452095" X-IronPort-AV: E=Sophos;i="5.93,245,1654585200"; d="scan'208";a="272452095" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Aug 2022 00:14:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,245,1654585200"; d="scan'208";a="584092668" Received: from silpixa00399302.ir.intel.com ([10.237.214.136]) by orsmga006.jf.intel.com with ESMTP; 18 Aug 2022 00:14:14 -0700 From: Arek Kusztal To: dev@dpdk.org Cc: gakhil@marvell.com, Arek Kusztal Subject: [PATCH 0/2] test: add elliptic curve tests Date: Thu, 18 Aug 2022 07:05:24 +0100 Message-Id: <20220818060526.17343-1-arkadiuszx.kusztal@intel.com> X-Mailer: git-send-email 2.13.6 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org This patchset adds new test cases that can be used to verify elliptic curve algorithms like ECDSA, ECDH, etc. Depends-on: series-24333 ("crypto/qat: extend asymmetric crypto pmd") Arek Kusztal (2): test/crypto: add ecdsa qat test cases test/crypto: add ecdh tests app/test/test_cryptodev_asym.c | 553 +++++++++++++++++++++++++++++++++ app/test/test_cryptodev_ecdh_vectors.h | 144 +++++++++ 2 files changed, 697 insertions(+) create mode 100644 app/test/test_cryptodev_ecdh_vectors.h