From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C4D66A09FD; Fri, 18 Dec 2020 14:14:24 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5D3CDCABF; Fri, 18 Dec 2020 14:14:23 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 0559FCAB9 for ; Fri, 18 Dec 2020 14:14:21 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 0BIDCCSS006502; Fri, 18 Dec 2020 05:14:20 -0800 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=ho3+gLuLr3ws0yFtYKM2LtEd4lliHJkHJrQ0RU9GH5k=; b=SgPcoqMsnAMPZJcQzK3LOIUD8KPd8LBzRaal/P4OZUPIMcsbCReLToDuKTG635J3hn1j ewvBTdMnFpnI6pDWXxUH3AYbmNwn60+RT6yvZKZ6gpfDk040tZUP2ViRk8PZ9k6vNUh9 wvb9qawYrvs277cUhJCxkOXAyntZ02p0Afp5tQJfau2VKyPhP93Wynt98YFeHY7Lnq1t gU08n/Ld0jKUSLR8norsuZ+cKiNwRhv495EkpqtWIR3fRzqX2F9KZjoM3utiGCnJSEuW mIM19wBzcHWVkmmh6tp2vRqYgnuwbAvyGdNxLJoWv1RgSySkT+cldXCrNVlSlmV7bM8N 3A== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0a-0016f401.pphosted.com with ESMTP id 35g4rp406d-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 18 Dec 2020 05:14:20 -0800 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 18 Dec 2020 05:14:19 -0800 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Fri, 18 Dec 2020 05:14:19 -0800 Received: from hyd1554T5810.caveonetworks.com.com (unknown [10.29.57.11]) by maili.marvell.com (Postfix) with ESMTP id E13793F7048; Fri, 18 Dec 2020 05:14:16 -0800 (PST) From: Tejasree Kondoj To: Akhil Goyal , Radu Nicolau CC: Tejasree Kondoj , Anoob Joseph , Ankur Dwivedi , Date: Fri, 18 Dec 2020 19:40:14 +0530 Message-ID: <20201218141016.1834-1-ktejasree@marvell.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.343, 18.0.737 definitions=2020-12-18_09:2020-12-18, 2020-12-18 signatures=0 Subject: [dpdk-dev] [PATCH 0/2] support SSL/TLS way of cipher-auth operations X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This series adds SSL/TLS way of cipher-auth operations support i.e. auth generation followed by encryption and decryption followed by auth verify in OCTEON TX, OCTEON TX2 PMDs and sample unit test application. Tejasree Kondoj (2): common/cpt: support SSL/TLS way of cipher-auth operations test/crypto: support SSL/TLS way of cipher-auth operations app/test/test_cryptodev_aes_test_vectors.h | 576 ++++++++++++++++++ app/test/test_cryptodev_blockcipher.c | 98 ++- app/test/test_cryptodev_blockcipher.h | 9 + doc/guides/rel_notes/release_21_02.rst | 12 + drivers/common/cpt/cpt_mcode_defines.h | 7 +- drivers/common/cpt/cpt_ucode.h | 42 +- drivers/crypto/octeontx/otx_cryptodev_ops.c | 8 +- drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 8 +- 8 files changed, 736 insertions(+), 24 deletions(-) -- 2.27.0