summaryrefslogtreecommitdiff
path: root/crypto/crypto_null.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-01-03 20:16:23 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2019-01-11 14:16:58 +0800
commit5cf688d188c91ce1ab04393700f43c6b95713e8b (patch)
tree2ba9dc17996fe4322e9b74c1da0d42b26efe58c6 /crypto/crypto_null.c
parent828005ede29ea44e1a9657a63f465d8af579305b (diff)
downloadlinux-crypto-5cf688d188c91ce1ab04393700f43c6b95713e8b.tar.gz
linux-crypto-5cf688d188c91ce1ab04393700f43c6b95713e8b.zip
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions