]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: arc4 - convert to skcipher API
authorEric Biggers <ebiggers@google.com>
Fri, 4 Jan 2019 04:16:23 +0000 (20:16 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 11 Jan 2019 06:16:58 +0000 (14:16 +0800)
commita26a4f669f359354e9a627a8001deb93ceaa365e
tree94fbaf6fdd782ebf17d6134a0ab3f3f444b2d5ab
parentaa4ad8f03440a089f8645cc78a1923869e919b48
crypto: arc4 - convert to skcipher API

Convert the "ecb(arc4)" algorithm from the deprecated "blkcipher" API to
the "skcipher" API.

(Note that this is really a stream cipher and not a block cipher in ECB
mode as the name implies, but that's a problem for another day...)

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/arc4.c