Merge tag 'byteswap-for-linus-20121219' of git://git.infradead.org/users/dwmw2/byteswap
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / crypto / vmac.h
index c4467c5..6b700c7 100644 (file)
@@ -56,6 +56,8 @@ typedef u64 vmac_t;
 struct vmac_ctx_t {
        struct crypto_cipher *child;
        struct vmac_ctx __vmac_ctx;
+       u8 partial[VMAC_NHBYTES];       /* partial block */
+       int partial_size;               /* size of the partial block */
 };
 
 #endif /* __CRYPTO_VMAC_H */