Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp2059615ybp; Thu, 10 Oct 2019 01:25:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqwtPz9ruZ0Ec1Aak7hav7vlexP1Gas6oRzhh8MAJCYOL3/85mrC2P4nky+yoxz4V4BDSL3k X-Received: by 2002:a17:906:6d82:: with SMTP id h2mr6848548ejt.127.1570695926480; Thu, 10 Oct 2019 01:25:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570695926; cv=none; d=google.com; s=arc-20160816; b=EzXJyj9U9NaPUCVkjHCOarIrTEJl+YgDH2SXSqN0lXZ7NnpeoMS5NXLzRuKOaV/UO1 c+qy01zglLVt4O8z6lTVMNa5oo8/MtdwlScOyCK/jNmTSqS+E6pYkKIThr1nvj/LzXUW mDoAxmFPG1zKr14bjgFZTUfinwMjoDQwOg44tKtZ/4Eay3TBQC1tlhZshaUlTZAU5OSR dxe9dhgmmUxXND3JUokcveA2VOsyOxTzgXhh38/XHsJ054KqMI6AHb78nA3W1AWhn6u3 YpUaQAjsbHqSu6XsF8tEYQpONkVG53u2Yu5m20l5KlseRQ5Toq/9Mm9Xeh+psvv2wNaV mXPQ== 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=ZYeNnUVjpd4xoPvLRRwNUZJFXyrDrhJpiqDp6XOhjOf+6O6BP3YiYnXkas08zdrRA3 Gwri/CmglVqBFJKIaxnMiP2YHQhIVoZzZjgbDhJXlhsqHGACc7jSg/FI2SFfsrs7T/SU TWsVCnmFhOixniWebbxnH7f29c4NCxfV83/fbyCuFgcNyPYIOP/yIoNzL8nXl86d6NDk JLlq7hqHlQwtwOzB7lkKYloADkPXv0SSMqre+M+tqxRjl3GdjwKIK9MeEuq0Y5pxDHJR NBs8YSNY9J1F0duQYNlVYKGgNWDW1NEU0/L4ARxWpRyGakZ7RFMygKWTUFuuQUwQs6xi v4ag== 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 b58si3091722edc.97.2019.10.10.01.25.01; Thu, 10 Oct 2019 01:25:26 -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 S1732980AbfJJIY5 (ORCPT + 99 others); Thu, 10 Oct 2019 04:24:57 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:3727 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727389AbfJJIY5 (ORCPT ); Thu, 10 Oct 2019 04:24:57 -0400 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 32491B0E3858D330F2E5; Thu, 10 Oct 2019 16:24:55 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.439.0; Thu, 10 Oct 2019 16:24:46 +0800 From: Zhou Wang To: Herbert Xu , "David S. Miller" CC: , , Zhou Wang Subject: [PATCH] crypto: zlib-deflate - add zlib-deflate test case in tcrypt Date: Thu, 10 Oct 2019 16:21:47 +0800 Message-ID: <1570695707-46528-1-git-send-email-wangzhou1@hisilicon.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 Content-Type: text/plain 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(-) 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; -- 2.8.1