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 41EF645500; Wed, 26 Jun 2024 12:10:51 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CB64340B95; Wed, 26 Jun 2024 12:10:50 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 483CE40672 for ; Wed, 26 Jun 2024 12:03:52 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 45Q9jdd8020506 for ; Wed, 26 Jun 2024 03:03:51 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=pfpt0220; bh=P esSb3MPkkiil0/sQaP9EqTA2z8gPe4slYJAxFhW0xA=; b=coUm9N+8MfEVsPUln cugFB8Vpoz3HX2+a7Eka+As7FzIPq5dRvf1e+pP/03nw0r+RM0Sn7siHBe7a4hU/ p6eBTxB2MHR92jyPHFJjGmoIWu0ZYxpmYKMDmI4OoeliRir7QkDCOvA3TSo8SBne tX9sYJGaQPsNOxt3As3XMpm/BZNZzwwgJL7z0XO2JhPQTYgwuqd5dYpG+UmTQPvs xRqIhlC1jxXIxDA2+KYT/a6IyZ0XA1ISuMDaEkyaUgRntN0qAIP9afJwJvrhEl0Q wO6Vw+kbMB9zumC+/tf3iwHHLMG2NhFbiloz+/JHXz8hCFy+stAc7um2fwkdl9+4 lOh9w== Received: from dc6wp-exch02.marvell.com ([4.21.29.225]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 400ftng6q7-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 26 Jun 2024 03:03:51 -0700 (PDT) Received: from DC6WP-EXCH02.marvell.com (10.76.176.209) by DC6WP-EXCH02.marvell.com (10.76.176.209) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.4; Wed, 26 Jun 2024 03:03:50 -0700 Received: from maili.marvell.com (10.69.176.80) by DC6WP-EXCH02.marvell.com (10.76.176.209) with Microsoft SMTP Server id 15.2.1544.4 via Frontend Transport; Wed, 26 Jun 2024 03:03:50 -0700 Received: from BG-LT91401.marvell.com (BG-LT91401.marvell.com [10.28.168.34]) by maili.marvell.com (Postfix) with ESMTP id B24853F7079; Wed, 26 Jun 2024 03:03:47 -0700 (PDT) From: Gowrishankar Muthukrishnan To: CC: Anoob Joseph , Akhil Goyal , Gowrishankar Muthukrishnan Subject: [PATCH v3 0/3] test/crypto: add modex test for zero padding Date: Wed, 26 Jun 2024 15:33:39 +0530 Message-ID: <20240626100345.1758-1-gmuthukrishn@marvell.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20240621023832.1707-1-gmuthukrishn@marvell.com> References: <20240621023832.1707-1-gmuthukrishn@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-ORIG-GUID: tHxTH4FlYaeyXcxbfVu7l9MnL3rKA77C X-Proofpoint-GUID: tHxTH4FlYaeyXcxbfVu7l9MnL3rKA77C X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.28.16 definitions=2024-06-26_04,2024-06-25_01,2024-05-17_01 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 patch series add modex test for zero padded operands v3: - removed patch to use common test function which will be addressed seperately due to document conflict. Gowrishankar Muthukrishnan (3): test/crypto: validate modex result from first nonzero value test/crypto: remove unused variable in modex test data test/crypto: add modex tests for zero padded operands app/test/test_cryptodev_asym.c | 41 ++++++++++- app/test/test_cryptodev_mod_test_vectors.h | 85 +++++++++++++++++++--- 2 files changed, 114 insertions(+), 12 deletions(-) -- 2.25.1