Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752297AbdHJOy1 (ORCPT ); Thu, 10 Aug 2017 10:54:27 -0400 Received: from bastet.se.axis.com ([195.60.68.11]:46722 "EHLO bastet.se.axis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751439AbdHJOyZ (ORCPT ); Thu, 10 Aug 2017 10:54:25 -0400 Subject: Re: [PATCH v4 2/4] crypto: add crypto_(un)register_ahashes() To: , , , , , , CC: Rabin Vincent References: <01cfbf11707a9907d87c59fb47385c4178a08688.1502368677.git.larper@axis.com> From: Lars Persson Message-ID: <6d27d00b-cac9-d613-90ec-782815266b87@axis.com> Date: Thu, 10 Aug 2017 16:54:16 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <01cfbf11707a9907d87c59fb47385c4178a08688.1502368677.git.larper@axis.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: sv Content-Transfer-Encoding: 7bit X-Originating-IP: [10.0.5.60] X-ClientProxiedBy: XBOX02.axis.com (10.0.5.16) To XBOX02.axis.com (10.0.5.16) X-TM-AS-GCONF: 00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 509 Lines: 20 On 08/10/2017 02:53 PM, Lars Persson wrote: > From: Rabin Vincent > > There are already helpers to (un)register multiple normal > and AEAD algos. Add one for ahashes too. > > Signed-off-by: Lars Persson > Signed-off-by: Rabin Vincent > --- > v4: crypto_register_skciphers was used where crypto_unregister_skciphers > was intended. > The v4 change comment above in fact belongs to patch 3/4 of this series. Sorry for the confusion. BR, Lars