From: Kamil Konieczny Subject: [PATCH v3 0/5] crypto: ahash.c: Require export/import in ahash Date: Thu, 18 Jan 2018 19:33:59 +0100 Message-ID: <20180118183404.12583-1-k.konieczny@partner.samsung.com> References: Cc: Kamil Konieczny , "David S. Miller" , Bartlomiej Zolnierkiewicz , Marek Vasut , Sonic Zhang , Fabio Estevam , Shawn Guo , Tom Lendacky , Jan Engelhardt , Arvind Yadav , Linus Walleij , Joakim Bech , linux-kernel@vger.kernel.org To: linux-crypto@vger.kernel.org, Herbert Xu Return-path: Received: from mailout2.w1.samsung.com ([210.118.77.12]:44284 "EHLO mailout2.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755225AbeARSem (ORCPT ); Thu, 18 Jan 2018 13:34:42 -0500 Sender: linux-crypto-owner@vger.kernel.org List-ID: First four patches add empty hash export and import functions to each driver, with the same behaviour as in crypto framework. The last one drops them from crypto framework. Last one for ahash.c depends on all previous. Changes in v3: added change for bfin_crc.c make this a patchset, instead of unreleated patches make commit message more descriptive Kamil Konieczny (5): crypto: mxs-dcp: Add empty hash export and import crypto: n2_core: Add empty hash export and import crypto: ux500/hash: Add empty export and import crypto: bfin_crc: Add empty hash export and import crypto: ahash.c: Require export/import in ahash crypto/ahash.c | 18 ++---------------- drivers/crypto/bfin_crc.c | 12 ++++++++++++ drivers/crypto/mxs-dcp.c | 14 ++++++++++++++ drivers/crypto/n2_core.c | 12 ++++++++++++ drivers/crypto/ux500/hash/hash_core.c | 18 ++++++++++++++++++ 5 files changed, 58 insertions(+), 16 deletions(-) -- 2.15.0