Fix append_* function calls
[hashcat.git] / OpenCL / m04900_a1.cl
index 32358da..5dd74b7 100644 (file)
@@ -252,7 +252,7 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m04900_m04 (__glo
 
     const u32 pw_salt_len = salt_len + pw_len + salt_len;
 
-    append_0x80_4 (w0_t, w1_t, w2_t, w3_t, pw_salt_len);
+    append_0x80_4x4 (w0_t, w1_t, w2_t, w3_t, pw_salt_len);
 
     u32 w0 = swap_workaround (w0_t[0]);
     u32 w1 = swap_workaround (w0_t[1]);
@@ -644,7 +644,7 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m04900_s04 (__glo
 
     const u32 pw_salt_len = salt_len + pw_len + salt_len;
 
-    append_0x80_4 (w0_t, w1_t, w2_t, w3_t, pw_salt_len);
+    append_0x80_4x4 (w0_t, w1_t, w2_t, w3_t, pw_salt_len);
 
     u32 w0 = swap_workaround (w0_t[0]);
     u32 w1 = swap_workaround (w0_t[1]);