We can safely replace atomic_add() with atomic_inc()
[hashcat.git] / OpenCL / types_ocl.c
index 6104de6..1d3a7b8 100644 (file)
@@ -912,6 +912,7 @@ typedef struct
   u32 salt_buf[16];
   u32 data_buf[112];
   u32 keyfile_buf[16];
+  u32 signature;
 
 } tc_t;
 
@@ -1432,6 +1433,9 @@ typedef struct
 
 typedef struct
 {
+  u32 salt_pos;
+  u32 digest_pos;
+  u32 hash_pos;
   u32 gidvid;
   u32 il_pos;