Re: [RFC PATCH 1/7] staging/rtl8192e: switch to RC4 library interface
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2020-07-02 10:32:28
Also in:
linux-crypto, linux-nfs, lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2020-07-02 10:32:28
Also in:
linux-crypto, linux-nfs, lkml
On Thu, Jul 02, 2020 at 12:19:41PM +0200, Ard Biesheuvel wrote:
Switch to the ARC4 library interface, to remove the pointless dependency on the skcipher API, from which we will hopefully be able to drop ecb(arc4) skcipher support. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>