From patchwork Thu Sep 14 09:09:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Shen X-Patchwork-Id: 722714 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B16E6EDE99E for ; Thu, 14 Sep 2023 09:10:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236695AbjINJKG (ORCPT ); Thu, 14 Sep 2023 05:10:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41484 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236865AbjINJJp (ORCPT ); Thu, 14 Sep 2023 05:09:45 -0400 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 77EA91FE6; Thu, 14 Sep 2023 02:09:12 -0700 (PDT) Received: from dggpemm500005.china.huawei.com (unknown [172.30.72.53]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4RmWck0g7HzGq1Q; Thu, 14 Sep 2023 17:05:26 +0800 (CST) Received: from localhost.huawei.com (10.50.163.32) by dggpemm500005.china.huawei.com (7.185.36.74) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.31; Thu, 14 Sep 2023 17:09:09 +0800 From: Yang Shen To: , CC: , , Subject: [PATCH 0/2] crypto: hisilicon/zip - change support algorithms Date: Thu, 14 Sep 2023 17:09:06 +0800 Message-ID: <20230914090908.3849318-1-shenyang39@huawei.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 X-Originating-IP: [10.50.163.32] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To dggpemm500005.china.huawei.com (7.185.36.74) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Add deflate algorithm. Remove zlib and gzip algorithms. Tested with disable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS. Yang Shen (2): crypto: hisilicon/zip - support deflate algorithm crypto: hisilicon/zip - remove zlib and gzip drivers/crypto/hisilicon/zip/zip_crypto.c | 282 +++------------------- drivers/crypto/hisilicon/zip/zip_main.c | 4 +- 2 files changed, 37 insertions(+), 249 deletions(-) Reviewed-by: Longfang Liu --- 2.33.0