commit | 426bcb50856f61f5883b0e2e7f885ca142e7729c | [log] [tgz] |
---|---|---|
author | Eric Biggers <[email protected]> | Thu Jan 03 20:16:23 2019 -0800 |
committer | Herbert Xu <[email protected]> | Fri Jan 11 14:16:58 2019 +0800 |
tree | 94fbaf6fdd782ebf17d6134a0ab3f3f444b2d5ab | |
parent | 0be487ba2e2f1593f7274b04615367d8830f6461 [diff] |
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 <[email protected]> Signed-off-by: Herbert Xu <[email protected]>