Fix append_* function calls
[hashcat.git] / OpenCL / m00160_a1.cl
index f6cee14..8b3cdda 100644 (file)
@@ -414,7 +414,7 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m00160_m04 (__glo
     w3[2] = 0;
     w3[3] = 0;
 
-    append_0x80_4 (w0, w1, w2, w3, pw_len);
+    append_0x80_4x4 (w0, w1, w2, w3, pw_len);
 
     w0_t[0] = swap_workaround (w0[0]);
     w0_t[1] = swap_workaround (w0[1]);
@@ -643,7 +643,7 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m00160_s04 (__glo
     w3[2] = 0;
     w3[3] = 0;
 
-    append_0x80_4 (w0, w1, w2, w3, pw_len);
+    append_0x80_4x4 (w0, w1, w2, w3, pw_len);
 
     w0_t[0] = swap_workaround (w0[0]);
     w0_t[1] = swap_workaround (w0[1]);