Fix append_* function calls
[hashcat.git] / OpenCL / m01760_a0.cl
index e37a0af..cd8c777 100644 (file)
@@ -383,7 +383,7 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m01760_m04 (__glo
 
     const u32 out_len = apply_rules (rules_buf[il_pos].cmds, w0, w1, pw_len);
 
-    append_0x80_2 (w0, w1, out_len);
+    append_0x80_2x4 (w0, w1, out_len);
 
     w0_t[0] = swap_workaround (w0[0]);
     w0_t[1] = swap_workaround (w0[1]);
@@ -559,7 +559,7 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m01760_s04 (__glo
 
     const u32 out_len = apply_rules (rules_buf[il_pos].cmds, w0, w1, pw_len);
 
-    append_0x80_2 (w0, w1, out_len);
+    append_0x80_2x4 (w0, w1, out_len);
 
     w0_t[0] = swap_workaround (w0[0]);
     w0_t[1] = swap_workaround (w0[1]);