crypto: skcipher - Add internal state support
[linux-2.6-block.git] / crypto / arc4.c
index eb3590dc92826c8dc20591c55c30648977f68f44..2150f94e7d033d621a0efe49a12a07e066fd1397 100644 (file)
@@ -23,7 +23,7 @@ static int crypto_arc4_setkey(struct crypto_lskcipher *tfm, const u8 *in_key,
 }
 
 static int crypto_arc4_crypt(struct crypto_lskcipher *tfm, const u8 *src,
-                            u8 *dst, unsigned nbytes, u8 *iv, bool final)
+                            u8 *dst, unsigned nbytes, u8 *iv, u32 flags)
 {
        struct arc4_ctx *ctx = crypto_lskcipher_ctx(tfm);