Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1908330imu; Thu, 17 Jan 2019 05:22:29 -0800 (PST) X-Google-Smtp-Source: ALg8bN6gxN2TPgqgFvB8Ys0r18X2ZHeIgOqd6lO7+NoFKGbtAQ/Dq+2jN5XOvjhSeavPD5C+jcII X-Received: by 2002:a17:902:aa4c:: with SMTP id c12mr15021268plr.48.1547731349249; Thu, 17 Jan 2019 05:22:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547731349; cv=none; d=google.com; s=arc-20160816; b=YVXK9l8YSdQq72brRJhAPcqEia4QdIgckCMsXqpm1EyP20SFHKUtMeeY9CZ2g9CDyg ryNlpT/epCnHP6LCA6vT/cpA9wl/+L4UdyW8aG2iUJNkN+o55sdvLfeje7+z4GrVd9Ei KtpyDNbERyC7w6csaz1+zaje0v9Vwr4yHdTCnwOhm92YDOBGbza//xwBH7fYchfvKe1/ Hy2SbAGkfnWBC7hD/oAQ9OvYPvcmTEAUe6/cLXVmUcBUu0Y2jobvtBE2BLVkFSLCmwW+ sce0r/sBw6JSTd8ivQfiMOuAvcQ8lgv5vBTfJpPfHd4MOZirGqIWmaHgsfvHX2bv6HpC U//Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=IlGMC5gKwFLW+btMMAxm1LaclRPcohHQqxgC/UJRJTs=; b=FceM28hoMTw5zht3tIHQC+QoWMq/BsCVU9ggYADj6QAYkW7w4rR9dD/Z9QVtnsivpO A87iVW40OWzuAGl7lLwctlThculAZqFX5jwl1Ix3iQ91+8JrOJmYjPvUFvqeEu2nQhOC LTGQGNRMVi0wsKjTYACKP/UhNkQ1LM4OAldbjsTH1kygtaABTxuI8vj8J8F5SbBKfXH0 fPMIeysKHc5WuJURpGxupjN+SHHoZ5zEuqUioaWElPXPlfV/jZhQhnPiTIg5lOtO00nV 07CemqvClLz1e20qxais+q1kfS0OuBSyPJ8femVXR018ir0onmBFvLBzoUco14At+Tk9 Nn2Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-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 6si1687160plc.241.2019.01.17.05.22.13; Thu, 17 Jan 2019 05:22:29 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729406AbfAQGtQ (ORCPT + 99 others); Thu, 17 Jan 2019 01:49:16 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:2250 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728295AbfAQGsx (ORCPT ); Thu, 17 Jan 2019 01:48:53 -0500 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 7BB376CF860124FCE08E; Thu, 17 Jan 2019 14:48:50 +0800 (CST) Received: from linux-ibm.site (10.175.102.37) by DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id 14.3.408.0; Thu, 17 Jan 2019 14:48:43 +0800 From: Xiongfeng Wang To: , , CC: , , , , , Subject: [PATCH V2 2/5] crypto: ccm - use template array registering API to simplify the code Date: Thu, 17 Jan 2019 14:48:00 +0800 Message-ID: <1547707683-45878-3-git-send-email-wangxiongfeng2@huawei.com> X-Mailer: git-send-email 1.7.12.4 In-Reply-To: <1547707683-45878-1-git-send-email-wangxiongfeng2@huawei.com> References: <1547707683-45878-1-git-send-email-wangxiongfeng2@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.175.102.37] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Use crypto template array registering API to simplify the code. Signed-off-by: Xiongfeng Wang --- crypto/ccm.c | 78 ++++++++++++++++++------------------------------------------ 1 file changed, 23 insertions(+), 55 deletions(-) diff --git a/crypto/ccm.c b/crypto/ccm.c index b242fd0..50df8f0 100644 --- a/crypto/ccm.c +++ b/crypto/ccm.c @@ -589,12 +589,6 @@ static int crypto_ccm_create(struct crypto_template *tmpl, struct rtattr **tb) mac_name); } -static struct crypto_template crypto_ccm_tmpl = { - .name = "ccm", - .create = crypto_ccm_create, - .module = THIS_MODULE, -}; - static int crypto_ccm_base_create(struct crypto_template *tmpl, struct rtattr **tb) { @@ -618,12 +612,6 @@ static int crypto_ccm_base_create(struct crypto_template *tmpl, cipher_name); } -static struct crypto_template crypto_ccm_base_tmpl = { - .name = "ccm_base", - .create = crypto_ccm_base_create, - .module = THIS_MODULE, -}; - static int crypto_rfc4309_setkey(struct crypto_aead *parent, const u8 *key, unsigned int keylen) { @@ -854,12 +842,6 @@ static int crypto_rfc4309_create(struct crypto_template *tmpl, goto out; } -static struct crypto_template crypto_rfc4309_tmpl = { - .name = "rfc4309", - .create = crypto_rfc4309_create, - .module = THIS_MODULE, -}; - static int crypto_cbcmac_digest_setkey(struct crypto_shash *parent, const u8 *inkey, unsigned int keylen) { @@ -999,51 +981,37 @@ static int cbcmac_create(struct crypto_template *tmpl, struct rtattr **tb) return err; } -static struct crypto_template crypto_cbcmac_tmpl = { - .name = "cbcmac", - .create = cbcmac_create, - .free = shash_free_instance, - .module = THIS_MODULE, +static struct crypto_template crypto_ccm_tmpls[] = { + { + .name = "cbcmac", + .create = cbcmac_create, + .free = shash_free_instance, + .module = THIS_MODULE, + }, { + .name = "ccm_base", + .create = crypto_ccm_base_create, + .module = THIS_MODULE, + }, { + .name = "ccm", + .create = crypto_ccm_create, + .module = THIS_MODULE, + }, { + .name = "rfc4309", + .create = crypto_rfc4309_create, + .module = THIS_MODULE, + }, }; static int __init crypto_ccm_module_init(void) { - int err; - - err = crypto_register_template(&crypto_cbcmac_tmpl); - if (err) - goto out; - - err = crypto_register_template(&crypto_ccm_base_tmpl); - if (err) - goto out_undo_cbcmac; - - err = crypto_register_template(&crypto_ccm_tmpl); - if (err) - goto out_undo_base; - - err = crypto_register_template(&crypto_rfc4309_tmpl); - if (err) - goto out_undo_ccm; - -out: - return err; - -out_undo_ccm: - crypto_unregister_template(&crypto_ccm_tmpl); -out_undo_base: - crypto_unregister_template(&crypto_ccm_base_tmpl); -out_undo_cbcmac: - crypto_register_template(&crypto_cbcmac_tmpl); - goto out; + return crypto_register_templates(crypto_ccm_tmpls, + ARRAY_SIZE(crypto_ccm_tmpls)); } static void __exit crypto_ccm_module_exit(void) { - crypto_unregister_template(&crypto_rfc4309_tmpl); - crypto_unregister_template(&crypto_ccm_tmpl); - crypto_unregister_template(&crypto_ccm_base_tmpl); - crypto_unregister_template(&crypto_cbcmac_tmpl); + crypto_unregister_templates(crypto_ccm_tmpls, + ARRAY_SIZE(crypto_ccm_tmpls)); } module_init(crypto_ccm_module_init); -- 1.7.12.4