From patchwork Fri Sep 27 03:05:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhou Wang X-Patchwork-Id: 174571 Delivered-To: patch@linaro.org Received: by 2002:a92:7e96:0:0:0:0:0 with SMTP id q22csp2923810ill; Thu, 26 Sep 2019 20:08:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqxD4ewTK4RdXFlJsaiQfhjrBZDV7lZntgj6BoNZjsAHCyN7e+fKgwbYEZP+N463yu3jgpNW X-Received: by 2002:a17:906:ecf6:: with SMTP id qt22mr6054904ejb.212.1569553728122; Thu, 26 Sep 2019 20:08:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569553728; cv=none; d=google.com; s=arc-20160816; b=gw+C/GQstUmRBN3b3R8uWggpbIiQv+hahHhQWfb1VZ2wTDKN2gnwVNpeoaqVmVyHIS A7Oz339E8wRps/Pk4lEayxSGgEXS5UsVyjfiZ3iKbsvKm2v/gkqQJFec91pm7Q3m/nCm AWIOe/Y2ntksGsQfLOhgiCby3Mg+mEkveNk0WKgHnz14HOwvssAhu9dWy9O1IbiFRkXi zSfiA9b+ATbt6yzuLIaxabCFjrC67TWtw8IWPJEzLLb/PevRtr06+1wUr91CjDVRxD2U jT1DGMzLEu9mtX+3YTr/vWTLBnTKzlvHePu/eTmPAqaOEiPj0k43/HTGBISDQK8esGIs 6QOw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=Dy0F7ms7DPtbw3AisZ3swXdFKhGaIuZybxH2r+OOCGk=; b=KeJQBgsMWMvCbiUDuzslho1hWynG0/i4dbbdpb7ECSoG/ZI2reZYR8BpfO5BgLwyqg Xmya0s7mghanpPcwBHaNBvbRH8BH5iJZrHQhqKQR+OMwVG8FHEEJRKjkruM/ddDdw2E6 bgxL/gagLPRbzt1VD91L5iDF5rDmti6/8BU7ksmeztoZAufWp81v+5zRANmJTJzzzvh2 6nL//LxProgYNarcyzQiqAnL/bqyeeTFqbrqMAV8VfwZrhe92iHGXnw9+/D9WWEmztpg EVkCmCuTicS5pHh7btRQ2yodQXrccxT0VFNzcNim4NYzHpPZa+iz33DgphxuWCS49Z8b ZGjQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m22si2023787ejr.368.2019.09.26.20.08.47; Thu, 26 Sep 2019 20:08:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729064AbfI0DIq (ORCPT + 3 others); Thu, 26 Sep 2019 23:08:46 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:3164 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728464AbfI0DIq (ORCPT ); Thu, 26 Sep 2019 23:08:46 -0400 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 267D0A00D84DDE2CEF49; Fri, 27 Sep 2019 11:08:44 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.439.0; Fri, 27 Sep 2019 11:08:35 +0800 From: Zhou Wang To: Herbert Xu , "David S. Miller" CC: , , Zhou Wang Subject: [RFC PATCH] crypto: zlib-deflate - add zlib-deflate test case in tcrypt Date: Fri, 27 Sep 2019 11:05:15 +0800 Message-ID: <1569553515-47426-1-git-send-email-wangzhou1@hisilicon.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 X-Originating-IP: [10.67.212.75] X-CFilter-Loop: Reflected Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org As a type CRYPTO_ALG_TYPE_ACOMPRESS is needed to trigger crypto acomp test, we introduce a new help function tcrypto_test_extend to pass type and mask to alg_test. Then tcrypto module can be used to do basic acomp test by: insmod tcrypto.ko alg="zlib-deflate" mode=55 type=10 Signed-off-by: Zhou Wang --- crypto/tcrypt.c | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) -- 2.8.1 diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 83ad0b1..6ad821c 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@ -72,7 +72,7 @@ static char *check[] = { "khazad", "wp512", "wp384", "wp256", "tnepres", "xeta", "fcrypt", "camellia", "seed", "salsa20", "rmd128", "rmd160", "rmd256", "rmd320", "lzo", "lzo-rle", "cts", "sha3-224", "sha3-256", "sha3-384", - "sha3-512", "streebog256", "streebog512", + "sha3-512", "streebog256", "streebog512", "zlib-deflate", NULL }; @@ -1657,6 +1657,19 @@ static inline int tcrypt_test(const char *alg) return ret; } +static inline int tcrypt_test_extend(const char *alg, u32 type, u32 mask) +{ + int ret; + + pr_debug("testing %s\n", alg); + + ret = alg_test(alg, alg, type, mask); + /* non-fips algs return -EINVAL in fips mode */ + if (fips_enabled && ret == -EINVAL) + ret = 0; + return ret; +} + static int do_test(const char *alg, u32 type, u32 mask, int m, u32 num_mb) { int i; @@ -1919,6 +1932,10 @@ static int do_test(const char *alg, u32 type, u32 mask, int m, u32 num_mb) ret += tcrypt_test("streebog512"); break; + case 55: + ret += tcrypt_test_extend("zlib-deflate", type, mask); + break; + case 100: ret += tcrypt_test("hmac(md5)"); break;