From patchwork Wed Aug 17 06:55:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arkadiusz Kusztal X-Patchwork-Id: 115194 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 3CFE7A0032; Wed, 17 Aug 2022 10:04:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 19C5440E2D; Wed, 17 Aug 2022 10:04:29 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id CE7054068E for ; Wed, 17 Aug 2022 10:04:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660723467; x=1692259467; h=from:to:cc:subject:date:message-id; bh=l93Gs6vb1Vm+UeoBhoOFzzN4h0nh1b1ZzQvtcYGnyTg=; b=XzVFLSi1H3CMVOo4Ml2NROjt/PN9zJtTtfBHB1WiD/0SuicBwk7k2Aa3 br3aqMwFgF5XJU1+IIDcfkQ4qW6HgP0E/wNMR0JoQ9YZPRe3+xqi3oVMw 3v+LjDoKFEcdU0TbmORJUhAMIaAgw1jJYtWTbJpvzhUN+BVfogn5Qwxzu 5Bl7kgh8Snmja9bU4fMzwHFPyI0A7NUlyvjjA7QwiDOJJEGN7F3uQHYSt P6uo4b/M6uxluyP0XmofH8Tfu53a+3mDDLWcLbjlBThufZLzpkASB5NbC K8i+XAPxoL2mf5UH8VT/ozNCFmR788/qd2rter5z1bdUBPv31OGTlIcFH A==; X-IronPort-AV: E=McAfee;i="6400,9594,10441"; a="354176538" X-IronPort-AV: E=Sophos;i="5.93,242,1654585200"; d="scan'208";a="354176538" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Aug 2022 01:04:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,242,1654585200"; d="scan'208";a="733595809" Received: from silpixa00399302.ir.intel.com ([10.237.214.136]) by orsmga004.jf.intel.com with ESMTP; 17 Aug 2022 01:04:24 -0700 From: Arek Kusztal To: dev@dpdk.org Cc: gakhil@marvell.com, kai.ji@intel.com, Arek Kusztal Subject: [PATCH 0/3] crypto/qat: extend asymmetric crypto pmd Date: Wed, 17 Aug 2022 07:55:33 +0100 Message-Id: <20220817065536.79716-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 extends Intel QuickAssist Technology asymmetric crypto PMD. Following features were added: - ECDH algorithm handling - EC point verification Arek Kusztal (3): crypto/qat: make immutable parameters constant crypto/qat: add ecdh key exchange algorithm crypto/qat: add ecdh public key verification drivers/common/qat/qat_adf/qat_pke.h | 40 ++++- drivers/crypto/qat/qat_asym.c | 283 +++++++++++++++++++++++++++-------- drivers/crypto/qat/qat_ec.h | 2 +- 3 files changed, 250 insertions(+), 75 deletions(-)