From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8A309A055C for ; Fri, 3 Jun 2022 13:18:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 84B7540694; Fri, 3 Jun 2022 13:18:33 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 8A13740694 for ; Fri, 3 Jun 2022 13:18:32 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 2533rC3Q000812 for ; Fri, 3 Jun 2022 04:18:31 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=LLOYZEZH4HPZUIteBlDgvlja/d5UHsey/58yGRb2mJU=; b=J3RonfTldguZLGZ2xZd7EqOabqJL81hBdByQWqtkShw4SzMP6Ngm/6Zk0D8QE6M7jlOh zJZhi5GI4Ctk1j61mjtOp5w2WLvZbleP+0VGT16Ci89LShW7+9kOk9tmSgVwJ1wt2LNF yG4pXnEiSFKEp7NpGnbSwVf/Ny9QzKL6Tm8DaQiCSQ2ECqODpWxUfNSdIjubM2TeOuSt IOT8hEXn7yZzscsL3cLxRa46tbL3P3fcilczROY008SVfMlqi5lDsc+7Zuoa0XwiOf/6 Blv4xuDHlk+0muLw14rDm0zC3M5eHQufrPljPHn4cDpKVu6dtcc0/I0/+Oajgrmm9Df1 dQ== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3geu3ed2pb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Fri, 03 Jun 2022 04:18:31 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Fri, 3 Jun 2022 04:18:29 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Fri, 3 Jun 2022 04:18:29 -0700 Received: from hyd1349.t110.caveonetworks.com.com (unknown [10.29.45.13]) by maili.marvell.com (Postfix) with ESMTP id 6D9793F7097; Fri, 3 Jun 2022 04:18:27 -0700 (PDT) From: Ankur Dwivedi To: CC: , , , , Ankur Dwivedi Subject: [PATCH 0/2] add zuc-256 support Date: Fri, 3 Jun 2022 16:48:21 +0530 Message-ID: <20220603111823.311-1-adwivedi@marvell.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: dwdUNij0S4o0a0omj7US4hxzvl9maZjS X-Proofpoint-ORIG-GUID: dwdUNij0S4o0a0omj7US4hxzvl9maZjS X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.874,Hydra:6.0.517,FMLib:17.11.64.514 definitions=2022-06-03_03,2022-06-03_01,2022-02-23_01 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Adds support for zuc-256 cipher in cnxk crypto PMD. Ankur Dwivedi (2): common/cnxk: swap zuc-256 key crypto/cnxk: swap zuc-256 iv drivers/common/cnxk/roc_se.c | 7 +++++-- drivers/common/cnxk/roc_se.h | 22 ++++++++++++++++++++++ drivers/crypto/cnxk/cnxk_se.h | 24 +++++++++++++----------- 3 files changed, 40 insertions(+), 13 deletions(-) -- 2.28.0