commit | 054694a46d64b59317fda59eae2509681fb3a1d4 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Mon Aug 31 18:16:43 2020 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Sep 11 14:39:14 2020 +1000 |
tree | ef4ed8eac3c54457ef803dec66c329a267827e9d | |
parent | 9769635423af703b131d7635e0de83767fe0006d [diff] |
staging/rtl8192e: switch to RC4 library interface 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> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>