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 E355141DAC; Wed, 1 Mar 2023 17:39:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C116041181; Wed, 1 Mar 2023 17:39:23 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 154624114A for ; Wed, 1 Mar 2023 17:39:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677688762; x=1709224762; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=rglub5aICU6J90TIGc0ePz5hzNCwaEQ8f8H0+sbOHC4=; b=OeokAZ/0YzEnPIXunuuW0NDFqdf/eKZKW8nYHLxQSLGUobXdwU9C0j99 4Vwrx7KxipHRoWsYuAY/ld9W2TeiDRajoJ8D8uE7dtOxW9LueKWnIqxhl iVK0OhYDrWIZTvuXdcQa7CnLxIVevBE1+a+CBuEbFGb+zYlDCi5XbDcyY 5SZ19vyK9miKrJO5G98VwpJjJgJ85Adej1TIDZplJTXgf4vmkmBp17Q3a wYBszENtyUrxO9y5X9pm0h5Oz0gdRjnqdOMBYhNcclEwFzqnxvlQkuKvu jXzNSjmraNMrhSxoUsD6xQ9HLUoWpgDgBhXRpwzNJg6Cj5e0k40ccJahe A==; X-IronPort-AV: E=McAfee;i="6500,9779,10636"; a="362039445" X-IronPort-AV: E=Sophos;i="5.98,225,1673942400"; d="scan'208";a="362039445" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2023 08:39:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10636"; a="667922791" X-IronPort-AV: E=Sophos;i="5.98,225,1673942400"; d="scan'208";a="667922791" Received: from silpixa00400355.ir.intel.com (HELO silpixa00400355.ger.corp.intel.com) ([10.237.222.80]) by orsmga007.jf.intel.com with ESMTP; 01 Mar 2023 08:39:19 -0800 From: Ciara Power To: Cc: dev@dpdk.org, kai.ji@intel.com, pablo.de.lara.guarch@intel.com, Ciara Power Subject: [PATCH 0/5] test/crypto: add ZUC256 chained tests Date: Wed, 1 Mar 2023 16:39:11 +0000 Message-Id: <20230301163916.2248543-1-ciara.power@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 adds chained testcases for each ZUC256 digest size: - cipher-auth - auth-cipher - auth-cipher-verify To add these tests, some improvements were made to the existing code, allowing for the user to easily differentiate ZUC256 and ZUC128 tests. Some fixes are also included, that were highlighted when these new tests were added. Ciara Power (5): test/crypto: improve readability of ZUC256 tests test/crypto: fix ZUC digest length in comparison test/crypto: fix auth op parameter for ZUC256 tests test/crypto: fix capability check for ZUC cipher auth test/crypto: add chained ZUC256 testcases app/test/test_cryptodev.c | 280 +++++--- app/test/test_cryptodev_zuc_test_vectors.h | 714 +++++++++++++++++++++ 2 files changed, 913 insertions(+), 81 deletions(-) -- 2.25.1