Re: [PATCH v4 2/4] crypto: add crypto_(un)register_ahashes()

From: Lars Persson
Date: Thu Aug 10 2017 - 10:54:43 EST




On 08/10/2017 02:53 PM, Lars Persson wrote:
From: Rabin Vincent <rabinv@xxxxxxxx>

There are already helpers to (un)register multiple normal
and AEAD algos. Add one for ahashes too.

Signed-off-by: Lars Persson <larper@xxxxxxxx>
Signed-off-by: Rabin Vincent <rabinv@xxxxxxxx>
---
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