crypto: aead - Add skcipher null for IV generators
[cascardo/linux.git] / include / crypto / internal / geniv.h
index 5933363..e8447c9 100644 (file)
@@ -21,6 +21,7 @@ struct aead_geniv_ctx {
        spinlock_t lock;
        struct crypto_aead *child;
        struct crypto_blkcipher *null;
+       struct crypto_skcipher *sknull;
        u8 salt[] __attribute__ ((aligned(__alignof__(u32))));
 };