Add AES SPARC T4 module from master.
[oweals/openssl.git] / crypto / modes / modes_lcl.h
index 934e8c8515e1fdd8800eee07670b43c879417d21..9d83e128444e0bb583a8313753a0b5fd5e0ec388 100644 (file)
@@ -98,8 +98,8 @@ typedef struct { u64 hi,lo; } u128;
 
 struct gcm128_context {
        /* Following 6 names follow names in GCM specification */
-       union { u64 u[2]; u32 d[4]; u8 c[16]; } Yi,EKi,EK0,len,
-                                               Xi,H;
+       union { u64 u[2]; u32 d[4]; u8 c[16]; size_t t[16/sizeof(size_t)]; }
+         Yi,EKi,EK0,len,Xi,H;
        /* Relative position of Xi, H and pre-computed Htable is used
         * in some assembler modules, i.e. don't change the order! */
 #if TABLE_BITS==8