X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Fcrypto%2Finternal%2Fgeniv.h;h=e8447c9c14e6e64233d0d426c8f499040ac1bf6d;hb=ca0494c093371b1ca3cd4c8e14e1e7a19e6e21b6;hp=59333635e712d15a109919f03c70107183df473e;hpb=d4070ff71363a2b6598633f23558f809600ebad2;p=cascardo%2Flinux.git diff --git a/include/crypto/internal/geniv.h b/include/crypto/internal/geniv.h index 59333635e712..e8447c9c14e6 100644 --- a/include/crypto/internal/geniv.h +++ b/include/crypto/internal/geniv.h @@ -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)))); };