Fix append_* function calls
[hashcat.git] / OpenCL / m05000_a1.cl
index 1edd1b9..df47782 100644 (file)
@@ -130,7 +130,7 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m05000_m04 (__glo
 
   if (combs_mode == COMBINATOR_MODE_BASE_RIGHT)
   {
-    append_0x01_2 (wordl0, wordl1, pw_l_len);
+    append_0x01_2x4 (wordl0, wordl1, pw_l_len);
 
     switch_buffer_by_offset (wordl0, wordl1, wordl2, wordl3, combs_buf[0].pw_len);
   }
@@ -185,7 +185,7 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m05000_m04 (__glo
 
     if (combs_mode == COMBINATOR_MODE_BASE_LEFT)
     {
-      append_0x01_2 (wordr0, wordr1, pw_r_len);
+      append_0x01_2x4 (wordr0, wordr1, pw_r_len);
 
       switch_buffer_by_offset (wordr0, wordr1, wordr2, wordr3, pw_l_len);
     }
@@ -385,7 +385,7 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m05000_s04 (__glo
 
   if (combs_mode == COMBINATOR_MODE_BASE_RIGHT)
   {
-    append_0x01_2 (wordl0, wordl1, pw_l_len);
+    append_0x01_2x4 (wordl0, wordl1, pw_l_len);
 
     switch_buffer_by_offset (wordl0, wordl1, wordl2, wordl3, combs_buf[0].pw_len);
   }
@@ -452,7 +452,7 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m05000_s04 (__glo
 
     if (combs_mode == COMBINATOR_MODE_BASE_LEFT)
     {
-      append_0x01_2 (wordr0, wordr1, pw_r_len);
+      append_0x01_2x4 (wordr0, wordr1, pw_r_len);
 
       switch_buffer_by_offset (wordr0, wordr1, wordr2, wordr3, pw_l_len);
     }