Converted to new SIMD: -m 10100 -a 0
[hashcat.git] / OpenCL / m11100_a0.cl
index fbc1b81..e4c38c9 100644 (file)
@@ -154,7 +154,7 @@ __kernel void m11100_m04 (__global pw_t *pws, __global kernel_rule_t *rules_buf,
      * append the salt
      */
 
-    switch_buffer_by_offset_le (w0_t, w1_t, w2_t, w3_t, pw_len);
+    switch_buffer_by_offset_le (w0_t, w1_t, w2_t, w3_t, out_len);
 
     const u32 pw_salt_len = out_len + salt_len;
 
@@ -512,7 +512,7 @@ __kernel void m11100_s04 (__global pw_t *pws, __global kernel_rule_t *rules_buf,
      * append the salt
      */
 
-    switch_buffer_by_offset_le (w0_t, w1_t, w2_t, w3_t, pw_len);
+    switch_buffer_by_offset_le (w0_t, w1_t, w2_t, w3_t, out_len);
 
     const u32 pw_salt_len = out_len + salt_len;