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 2B56BA0032 for ; Fri, 24 Jun 2022 09:18:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DDF7840A82; Fri, 24 Jun 2022 09:18:31 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id D9D0240A82 for ; Fri, 24 Jun 2022 09:18:29 +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 25O7BqaJ029537 for ; Fri, 24 Jun 2022 00:18:29 -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=mC1vh6SofOCqehHbHBSkS6RyFT2NleApJb0w0gmO+No=; b=Z/1tFVX7MVWHwQXKkXif4ZiwqEMgiqo8RotckPHu6KNS86lbK05T1JT7fTTf4T1LiSRh TxPQMAamNDRXdY76TCDLTu4QLdAVUGC10skA3WGaOR0b5OCAwr5VKTneJIBzFQiDC0pQ ksgI8e+N9mJ3MDYyEhd3n8U8UlwM8dd7UAUlm/YyFai/n+ZBx6aY5F/y4NV24l23Cx4Z XF0E/KkeE/Jb06mn8ZN/ZGXKG0473thgxafEngumssckkVP31OThw7YHcpHD7D2Gaq3F 4tjDIg+uPQyqqLmIq0Y6EjQI/6o3CKIpn8dgyziEvFlGHSpzO7Nzn0C6WhsIvaC9Wt+U aQ== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3guye839da-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Fri, 24 Jun 2022 00:18:28 -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, 24 Jun 2022 00:18:27 -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, 24 Jun 2022 00:18:27 -0700 Received: from hyd1349.t110.caveonetworks.com.com (unknown [10.29.45.13]) by maili.marvell.com (Postfix) with ESMTP id 9A82F3F7073; Fri, 24 Jun 2022 00:18:24 -0700 (PDT) From: Ankur Dwivedi To: CC: , , , , , Ankur Dwivedi Subject: [PATCH 21.11 0/2] fix zuc-256 cipher support Date: Fri, 24 Jun 2022 12:48:07 +0530 Message-ID: <20220624071809.27393-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: IBzwwKuaG8xSO_zHFTRx7Ym5BvZw7Gp9 X-Proofpoint-ORIG-GUID: IBzwwKuaG8xSO_zHFTRx7Ym5BvZw7Gp9 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.883,Hydra:6.0.517,FMLib:17.11.122.1 definitions=2022-06-24_04,2022-06-23_01,2022-06-22_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 Fixes issues with zuc-256 cipher in CNXK 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