Fix m 60 a 0 by making modified variable non-const
[hashcat.git] / OpenCL / m02410_a3.cl
1 /**
2  * Author......: Jens Steube <jens.steube@gmail.com>
3  * License.....: MIT
4  */
5
6 #define _MD5_
7
8 #define NEW_SIMD_CODE
9
10 #include "inc_vendor.cl"
11 #include "inc_hash_constants.h"
12 #include "inc_hash_functions.cl"
13 #include "inc_types.cl"
14 #include "inc_common.cl"
15 #include "inc_simd.cl"
16
17 void m02410m (u32 w[16], const u32 pw_len, __global pw_t *pws, __global kernel_rule_t *rules_buf, __global comb_t *combs_buf, __constant u32x * words_buf_r, __global void *tmps, __global void *hooks, __global u32 *bitmaps_buf_s1_a, __global u32 *bitmaps_buf_s1_b, __global u32 *bitmaps_buf_s1_c, __global u32 *bitmaps_buf_s1_d, __global u32 *bitmaps_buf_s2_a, __global u32 *bitmaps_buf_s2_b, __global u32 *bitmaps_buf_s2_c, __global u32 *bitmaps_buf_s2_d, __global plain_t *plains_buf, __global digest_t *digests_buf, __global u32 *hashes_shown, __global salt_t *salt_bufs, __global void *esalt_bufs, __global u32 *d_return_buf, __global u32 *d_scryptV0_buf, __global u32 *d_scryptV1_buf, __global u32 *d_scryptV2_buf, __global u32 *d_scryptV3_buf, const u32 bitmap_mask, const u32 bitmap_shift1, const u32 bitmap_shift2, const u32 salt_pos, const u32 loop_pos, const u32 loop_cnt, const u32 il_cnt, const u32 digests_cnt, const u32 digests_offset)
18 {
19   /**
20    * modifier
21    */
22
23   const u32 gid = get_global_id (0);
24   const u32 lid = get_local_id (0);
25
26   /**
27    * salt
28    */
29
30   u32 salt_buf0[4];
31   u32 salt_buf1[4];
32   u32 salt_buf2[4];
33   u32 salt_buf3[4];
34
35   salt_buf0[0] = salt_bufs[salt_pos].salt_buf[ 0];
36   salt_buf0[1] = 0;
37   salt_buf0[2] = 0;
38   salt_buf0[3] = 0;
39   salt_buf1[0] = 0;
40   salt_buf1[1] = 0;
41   salt_buf1[2] = 0;
42   salt_buf1[3] = 0;
43   salt_buf2[0] = 0;
44   salt_buf2[1] = 0;
45   salt_buf2[2] = 0;
46   salt_buf2[3] = 0;
47   salt_buf3[0] = 0;
48   salt_buf3[1] = 0;
49   salt_buf3[2] = 0;
50   salt_buf3[3] = 0;
51
52   switch_buffer_by_offset_le_S (salt_buf0, salt_buf1, salt_buf2, salt_buf3, pw_len);
53
54   w[ 0] |= salt_buf0[0];
55   w[ 1] |= salt_buf0[1];
56   w[ 2] |= salt_buf0[2];
57   w[ 3] |= salt_buf0[3];
58   w[ 4] |= salt_buf1[0];
59   w[ 5] |= salt_buf1[1];
60   w[ 6] |= salt_buf1[2];
61   w[ 7] |= salt_buf1[3];
62   w[ 8] |= salt_buf2[0];
63   w[ 9] |= salt_buf2[1];
64   w[10] |= salt_buf2[2];
65   w[11] |= salt_buf2[3];
66   w[12] |= salt_buf3[0];
67   w[13] |= salt_buf3[1];
68   w[14] |= salt_buf3[2];
69   w[15] |= salt_buf3[3];
70
71   /**
72    * algorithm specific
73    */
74
75   w[ 4] = 0x80;
76   w[ 5] = 0;
77   w[ 6] = 0;
78   w[ 7] = 0;
79   w[ 8] = 0;
80   w[ 9] = 0;
81   w[10] = 0;
82   w[11] = 0;
83   w[12] = 0;
84   w[13] = 0;
85   w[14] = 16 * 8;
86   w[15] = 0;
87
88   /**
89    * base
90    */
91
92   const u32 F_w0c00 =    0  + MD5C00;
93   const u32 F_w1c01 = w[ 1] + MD5C01;
94   const u32 F_w2c02 = w[ 2] + MD5C02;
95   const u32 F_w3c03 = w[ 3] + MD5C03;
96   const u32 F_w4c04 = w[ 4] + MD5C04;
97   const u32 F_w5c05 = w[ 5] + MD5C05;
98   const u32 F_w6c06 = w[ 6] + MD5C06;
99   const u32 F_w7c07 = w[ 7] + MD5C07;
100   const u32 F_w8c08 = w[ 8] + MD5C08;
101   const u32 F_w9c09 = w[ 9] + MD5C09;
102   const u32 F_wac0a = w[10] + MD5C0a;
103   const u32 F_wbc0b = w[11] + MD5C0b;
104   const u32 F_wcc0c = w[12] + MD5C0c;
105   const u32 F_wdc0d = w[13] + MD5C0d;
106   const u32 F_wec0e = w[14] + MD5C0e;
107   const u32 F_wfc0f = w[15] + MD5C0f;
108
109   const u32 G_w1c10 = w[ 1] + MD5C10;
110   const u32 G_w6c11 = w[ 6] + MD5C11;
111   const u32 G_wbc12 = w[11] + MD5C12;
112   const u32 G_w0c13 =    0  + MD5C13;
113   const u32 G_w5c14 = w[ 5] + MD5C14;
114   const u32 G_wac15 = w[10] + MD5C15;
115   const u32 G_wfc16 = w[15] + MD5C16;
116   const u32 G_w4c17 = w[ 4] + MD5C17;
117   const u32 G_w9c18 = w[ 9] + MD5C18;
118   const u32 G_wec19 = w[14] + MD5C19;
119   const u32 G_w3c1a = w[ 3] + MD5C1a;
120   const u32 G_w8c1b = w[ 8] + MD5C1b;
121   const u32 G_wdc1c = w[13] + MD5C1c;
122   const u32 G_w2c1d = w[ 2] + MD5C1d;
123   const u32 G_w7c1e = w[ 7] + MD5C1e;
124   const u32 G_wcc1f = w[12] + MD5C1f;
125
126   const u32 H_w5c20 = w[ 5] + MD5C20;
127   const u32 H_w8c21 = w[ 8] + MD5C21;
128   const u32 H_wbc22 = w[11] + MD5C22;
129   const u32 H_wec23 = w[14] + MD5C23;
130   const u32 H_w1c24 = w[ 1] + MD5C24;
131   const u32 H_w4c25 = w[ 4] + MD5C25;
132   const u32 H_w7c26 = w[ 7] + MD5C26;
133   const u32 H_wac27 = w[10] + MD5C27;
134   const u32 H_wdc28 = w[13] + MD5C28;
135   const u32 H_w0c29 =    0  + MD5C29;
136   const u32 H_w3c2a = w[ 3] + MD5C2a;
137   const u32 H_w6c2b = w[ 6] + MD5C2b;
138   const u32 H_w9c2c = w[ 9] + MD5C2c;
139   const u32 H_wcc2d = w[12] + MD5C2d;
140   const u32 H_wfc2e = w[15] + MD5C2e;
141   const u32 H_w2c2f = w[ 2] + MD5C2f;
142
143   const u32 I_w0c30 =    0  + MD5C30;
144   const u32 I_w7c31 = w[ 7] + MD5C31;
145   const u32 I_wec32 = w[14] + MD5C32;
146   const u32 I_w5c33 = w[ 5] + MD5C33;
147   const u32 I_wcc34 = w[12] + MD5C34;
148   const u32 I_w3c35 = w[ 3] + MD5C35;
149   const u32 I_wac36 = w[10] + MD5C36;
150   const u32 I_w1c37 = w[ 1] + MD5C37;
151   const u32 I_w8c38 = w[ 8] + MD5C38;
152   const u32 I_wfc39 = w[15] + MD5C39;
153   const u32 I_w6c3a = w[ 6] + MD5C3a;
154   const u32 I_wdc3b = w[13] + MD5C3b;
155   const u32 I_w4c3c = w[ 4] + MD5C3c;
156   const u32 I_wbc3d = w[11] + MD5C3d;
157   const u32 I_w2c3e = w[ 2] + MD5C3e;
158   const u32 I_w9c3f = w[ 9] + MD5C3f;
159
160   /**
161    * loop
162    */
163
164   u32 w0l = w[0];
165
166   for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
167   {
168     const u32x w0r = words_buf_r[il_pos / VECT_SIZE];
169
170     const u32x w0 = w0l | w0r;
171
172     u32x a = MD5M_A;
173     u32x b = MD5M_B;
174     u32x c = MD5M_C;
175     u32x d = MD5M_D;
176
177     MD5_STEP (MD5_Fo, a, b, c, d, w0, F_w0c00, MD5S00);
178     MD5_STEP0(MD5_Fo, d, a, b, c,     F_w1c01, MD5S01);
179     MD5_STEP0(MD5_Fo, c, d, a, b,     F_w2c02, MD5S02);
180     MD5_STEP0(MD5_Fo, b, c, d, a,     F_w3c03, MD5S03);
181     MD5_STEP0(MD5_Fo, a, b, c, d,     F_w4c04, MD5S00);
182     MD5_STEP0(MD5_Fo, d, a, b, c,     F_w5c05, MD5S01);
183     MD5_STEP0(MD5_Fo, c, d, a, b,     F_w6c06, MD5S02);
184     MD5_STEP0(MD5_Fo, b, c, d, a,     F_w7c07, MD5S03);
185     MD5_STEP0(MD5_Fo, a, b, c, d,     F_w8c08, MD5S00);
186     MD5_STEP0(MD5_Fo, d, a, b, c,     F_w9c09, MD5S01);
187     MD5_STEP0(MD5_Fo, c, d, a, b,     F_wac0a, MD5S02);
188     MD5_STEP0(MD5_Fo, b, c, d, a,     F_wbc0b, MD5S03);
189     MD5_STEP0(MD5_Fo, a, b, c, d,     F_wcc0c, MD5S00);
190     MD5_STEP0(MD5_Fo, d, a, b, c,     F_wdc0d, MD5S01);
191     MD5_STEP0(MD5_Fo, c, d, a, b,     F_wec0e, MD5S02);
192     MD5_STEP0(MD5_Fo, b, c, d, a,     F_wfc0f, MD5S03);
193
194     MD5_STEP0(MD5_Go, a, b, c, d,     G_w1c10, MD5S10);
195     MD5_STEP0(MD5_Go, d, a, b, c,     G_w6c11, MD5S11);
196     MD5_STEP0(MD5_Go, c, d, a, b,     G_wbc12, MD5S12);
197     MD5_STEP (MD5_Go, b, c, d, a, w0, G_w0c13, MD5S13);
198     MD5_STEP0(MD5_Go, a, b, c, d,     G_w5c14, MD5S10);
199     MD5_STEP0(MD5_Go, d, a, b, c,     G_wac15, MD5S11);
200     MD5_STEP0(MD5_Go, c, d, a, b,     G_wfc16, MD5S12);
201     MD5_STEP0(MD5_Go, b, c, d, a,     G_w4c17, MD5S13);
202     MD5_STEP0(MD5_Go, a, b, c, d,     G_w9c18, MD5S10);
203     MD5_STEP0(MD5_Go, d, a, b, c,     G_wec19, MD5S11);
204     MD5_STEP0(MD5_Go, c, d, a, b,     G_w3c1a, MD5S12);
205     MD5_STEP0(MD5_Go, b, c, d, a,     G_w8c1b, MD5S13);
206     MD5_STEP0(MD5_Go, a, b, c, d,     G_wdc1c, MD5S10);
207     MD5_STEP0(MD5_Go, d, a, b, c,     G_w2c1d, MD5S11);
208     MD5_STEP0(MD5_Go, c, d, a, b,     G_w7c1e, MD5S12);
209     MD5_STEP0(MD5_Go, b, c, d, a,     G_wcc1f, MD5S13);
210
211     MD5_STEP0(MD5_H , a, b, c, d,     H_w5c20, MD5S20);
212     MD5_STEP0(MD5_H , d, a, b, c,     H_w8c21, MD5S21);
213     MD5_STEP0(MD5_H , c, d, a, b,     H_wbc22, MD5S22);
214     MD5_STEP0(MD5_H , b, c, d, a,     H_wec23, MD5S23);
215     MD5_STEP0(MD5_H , a, b, c, d,     H_w1c24, MD5S20);
216     MD5_STEP0(MD5_H , d, a, b, c,     H_w4c25, MD5S21);
217     MD5_STEP0(MD5_H , c, d, a, b,     H_w7c26, MD5S22);
218     MD5_STEP0(MD5_H , b, c, d, a,     H_wac27, MD5S23);
219     MD5_STEP0(MD5_H , a, b, c, d,     H_wdc28, MD5S20);
220     MD5_STEP (MD5_H , d, a, b, c, w0, H_w0c29, MD5S21);
221     MD5_STEP0(MD5_H , c, d, a, b,     H_w3c2a, MD5S22);
222     MD5_STEP0(MD5_H , b, c, d, a,     H_w6c2b, MD5S23);
223     MD5_STEP0(MD5_H , a, b, c, d,     H_w9c2c, MD5S20);
224     MD5_STEP0(MD5_H , d, a, b, c,     H_wcc2d, MD5S21);
225     MD5_STEP0(MD5_H , c, d, a, b,     H_wfc2e, MD5S22);
226     MD5_STEP0(MD5_H , b, c, d, a,     H_w2c2f, MD5S23);
227
228     MD5_STEP (MD5_I , a, b, c, d, w0, I_w0c30, MD5S30);
229     MD5_STEP0(MD5_I , d, a, b, c,     I_w7c31, MD5S31);
230     MD5_STEP0(MD5_I , c, d, a, b,     I_wec32, MD5S32);
231     MD5_STEP0(MD5_I , b, c, d, a,     I_w5c33, MD5S33);
232     MD5_STEP0(MD5_I , a, b, c, d,     I_wcc34, MD5S30);
233     MD5_STEP0(MD5_I , d, a, b, c,     I_w3c35, MD5S31);
234     MD5_STEP0(MD5_I , c, d, a, b,     I_wac36, MD5S32);
235     MD5_STEP0(MD5_I , b, c, d, a,     I_w1c37, MD5S33);
236     MD5_STEP0(MD5_I , a, b, c, d,     I_w8c38, MD5S30);
237     MD5_STEP0(MD5_I , d, a, b, c,     I_wfc39, MD5S31);
238     MD5_STEP0(MD5_I , c, d, a, b,     I_w6c3a, MD5S32);
239     MD5_STEP0(MD5_I , b, c, d, a,     I_wdc3b, MD5S33);
240     MD5_STEP0(MD5_I , a, b, c, d,     I_w4c3c, MD5S30);
241     MD5_STEP0(MD5_I , d, a, b, c,     I_wbc3d, MD5S31);
242     MD5_STEP0(MD5_I , c, d, a, b,     I_w2c3e, MD5S32);
243     MD5_STEP0(MD5_I , b, c, d, a,     I_w9c3f, MD5S33);
244
245     a &= 0x00ffffff;
246     d &= 0x00ffffff;
247     c &= 0x00ffffff;
248     b &= 0x00ffffff;
249
250     COMPARE_M_SIMD (a, d, c, b);
251   }
252 }
253
254 void m02410s (u32 w[16], const u32 pw_len, __global pw_t *pws, __global kernel_rule_t *rules_buf, __global comb_t *combs_buf, __constant u32x * words_buf_r, __global void *tmps, __global void *hooks, __global u32 *bitmaps_buf_s1_a, __global u32 *bitmaps_buf_s1_b, __global u32 *bitmaps_buf_s1_c, __global u32 *bitmaps_buf_s1_d, __global u32 *bitmaps_buf_s2_a, __global u32 *bitmaps_buf_s2_b, __global u32 *bitmaps_buf_s2_c, __global u32 *bitmaps_buf_s2_d, __global plain_t *plains_buf, __global digest_t *digests_buf, __global u32 *hashes_shown, __global salt_t *salt_bufs, __global void *esalt_bufs, __global u32 *d_return_buf, __global u32 *d_scryptV0_buf, __global u32 *d_scryptV1_buf, __global u32 *d_scryptV2_buf, __global u32 *d_scryptV3_buf, const u32 bitmap_mask, const u32 bitmap_shift1, const u32 bitmap_shift2, const u32 salt_pos, const u32 loop_pos, const u32 loop_cnt, const u32 il_cnt, const u32 digests_cnt, const u32 digests_offset)
255 {
256   /**
257    * modifier
258    */
259
260   const u32 gid = get_global_id (0);
261   const u32 lid = get_local_id (0);
262
263   /**
264    * salt
265    */
266
267   u32 salt_buf0[4];
268   u32 salt_buf1[4];
269   u32 salt_buf2[4];
270   u32 salt_buf3[4];
271
272   salt_buf0[0] = salt_bufs[salt_pos].salt_buf[ 0];
273   salt_buf0[1] = 0;
274   salt_buf0[2] = 0;
275   salt_buf0[3] = 0;
276   salt_buf1[0] = 0;
277   salt_buf1[1] = 0;
278   salt_buf1[2] = 0;
279   salt_buf1[3] = 0;
280   salt_buf2[0] = 0;
281   salt_buf2[1] = 0;
282   salt_buf2[2] = 0;
283   salt_buf2[3] = 0;
284   salt_buf3[0] = 0;
285   salt_buf3[1] = 0;
286   salt_buf3[2] = 0;
287   salt_buf3[3] = 0;
288
289   switch_buffer_by_offset_le_S (salt_buf0, salt_buf1, salt_buf2, salt_buf3, pw_len);
290
291   w[ 0] |= salt_buf0[0];
292   w[ 1] |= salt_buf0[1];
293   w[ 2] |= salt_buf0[2];
294   w[ 3] |= salt_buf0[3];
295   w[ 4] |= salt_buf1[0];
296   w[ 5] |= salt_buf1[1];
297   w[ 6] |= salt_buf1[2];
298   w[ 7] |= salt_buf1[3];
299   w[ 8] |= salt_buf2[0];
300   w[ 9] |= salt_buf2[1];
301   w[10] |= salt_buf2[2];
302   w[11] |= salt_buf2[3];
303   w[12] |= salt_buf3[0];
304   w[13] |= salt_buf3[1];
305   w[14] |= salt_buf3[2];
306   w[15] |= salt_buf3[3];
307
308   /**
309    * algorithm specific
310    */
311
312   w[ 4] = 0x80;
313   w[ 5] = 0;
314   w[ 6] = 0;
315   w[ 7] = 0;
316   w[ 8] = 0;
317   w[ 9] = 0;
318   w[10] = 0;
319   w[11] = 0;
320   w[12] = 0;
321   w[13] = 0;
322   w[14] = 16 * 8;
323   w[15] = 0;
324
325   /**
326    * base
327    */
328
329   const u32 F_w0c00 =    0  + MD5C00;
330   const u32 F_w1c01 = w[ 1] + MD5C01;
331   const u32 F_w2c02 = w[ 2] + MD5C02;
332   const u32 F_w3c03 = w[ 3] + MD5C03;
333   const u32 F_w4c04 = w[ 4] + MD5C04;
334   const u32 F_w5c05 = w[ 5] + MD5C05;
335   const u32 F_w6c06 = w[ 6] + MD5C06;
336   const u32 F_w7c07 = w[ 7] + MD5C07;
337   const u32 F_w8c08 = w[ 8] + MD5C08;
338   const u32 F_w9c09 = w[ 9] + MD5C09;
339   const u32 F_wac0a = w[10] + MD5C0a;
340   const u32 F_wbc0b = w[11] + MD5C0b;
341   const u32 F_wcc0c = w[12] + MD5C0c;
342   const u32 F_wdc0d = w[13] + MD5C0d;
343   const u32 F_wec0e = w[14] + MD5C0e;
344   const u32 F_wfc0f = w[15] + MD5C0f;
345
346   const u32 G_w1c10 = w[ 1] + MD5C10;
347   const u32 G_w6c11 = w[ 6] + MD5C11;
348   const u32 G_wbc12 = w[11] + MD5C12;
349   const u32 G_w0c13 =    0  + MD5C13;
350   const u32 G_w5c14 = w[ 5] + MD5C14;
351   const u32 G_wac15 = w[10] + MD5C15;
352   const u32 G_wfc16 = w[15] + MD5C16;
353   const u32 G_w4c17 = w[ 4] + MD5C17;
354   const u32 G_w9c18 = w[ 9] + MD5C18;
355   const u32 G_wec19 = w[14] + MD5C19;
356   const u32 G_w3c1a = w[ 3] + MD5C1a;
357   const u32 G_w8c1b = w[ 8] + MD5C1b;
358   const u32 G_wdc1c = w[13] + MD5C1c;
359   const u32 G_w2c1d = w[ 2] + MD5C1d;
360   const u32 G_w7c1e = w[ 7] + MD5C1e;
361   const u32 G_wcc1f = w[12] + MD5C1f;
362
363   const u32 H_w5c20 = w[ 5] + MD5C20;
364   const u32 H_w8c21 = w[ 8] + MD5C21;
365   const u32 H_wbc22 = w[11] + MD5C22;
366   const u32 H_wec23 = w[14] + MD5C23;
367   const u32 H_w1c24 = w[ 1] + MD5C24;
368   const u32 H_w4c25 = w[ 4] + MD5C25;
369   const u32 H_w7c26 = w[ 7] + MD5C26;
370   const u32 H_wac27 = w[10] + MD5C27;
371   const u32 H_wdc28 = w[13] + MD5C28;
372   const u32 H_w0c29 =    0  + MD5C29;
373   const u32 H_w3c2a = w[ 3] + MD5C2a;
374   const u32 H_w6c2b = w[ 6] + MD5C2b;
375   const u32 H_w9c2c = w[ 9] + MD5C2c;
376   const u32 H_wcc2d = w[12] + MD5C2d;
377   const u32 H_wfc2e = w[15] + MD5C2e;
378   const u32 H_w2c2f = w[ 2] + MD5C2f;
379
380   const u32 I_w0c30 =    0  + MD5C30;
381   const u32 I_w7c31 = w[ 7] + MD5C31;
382   const u32 I_wec32 = w[14] + MD5C32;
383   const u32 I_w5c33 = w[ 5] + MD5C33;
384   const u32 I_wcc34 = w[12] + MD5C34;
385   const u32 I_w3c35 = w[ 3] + MD5C35;
386   const u32 I_wac36 = w[10] + MD5C36;
387   const u32 I_w1c37 = w[ 1] + MD5C37;
388   const u32 I_w8c38 = w[ 8] + MD5C38;
389   const u32 I_wfc39 = w[15] + MD5C39;
390   const u32 I_w6c3a = w[ 6] + MD5C3a;
391   const u32 I_wdc3b = w[13] + MD5C3b;
392   const u32 I_w4c3c = w[ 4] + MD5C3c;
393   const u32 I_wbc3d = w[11] + MD5C3d;
394   const u32 I_w2c3e = w[ 2] + MD5C3e;
395   const u32 I_w9c3f = w[ 9] + MD5C3f;
396
397   /**
398    * digest
399    */
400
401   const u32 search[4] =
402   {
403     digests_buf[digests_offset].digest_buf[DGST_R0],
404     digests_buf[digests_offset].digest_buf[DGST_R1],
405     digests_buf[digests_offset].digest_buf[DGST_R2],
406     digests_buf[digests_offset].digest_buf[DGST_R3]
407   };
408
409   /**
410    * loop
411    */
412
413   u32 w0l = w[0];
414
415   for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
416   {
417     const u32x w0r = words_buf_r[il_pos / VECT_SIZE];
418
419     const u32x w0 = w0l | w0r;
420
421     u32x a = MD5M_A;
422     u32x b = MD5M_B;
423     u32x c = MD5M_C;
424     u32x d = MD5M_D;
425
426     MD5_STEP (MD5_Fo, a, b, c, d, w0, F_w0c00, MD5S00);
427     MD5_STEP0(MD5_Fo, d, a, b, c,     F_w1c01, MD5S01);
428     MD5_STEP0(MD5_Fo, c, d, a, b,     F_w2c02, MD5S02);
429     MD5_STEP0(MD5_Fo, b, c, d, a,     F_w3c03, MD5S03);
430     MD5_STEP0(MD5_Fo, a, b, c, d,     F_w4c04, MD5S00);
431     MD5_STEP0(MD5_Fo, d, a, b, c,     F_w5c05, MD5S01);
432     MD5_STEP0(MD5_Fo, c, d, a, b,     F_w6c06, MD5S02);
433     MD5_STEP0(MD5_Fo, b, c, d, a,     F_w7c07, MD5S03);
434     MD5_STEP0(MD5_Fo, a, b, c, d,     F_w8c08, MD5S00);
435     MD5_STEP0(MD5_Fo, d, a, b, c,     F_w9c09, MD5S01);
436     MD5_STEP0(MD5_Fo, c, d, a, b,     F_wac0a, MD5S02);
437     MD5_STEP0(MD5_Fo, b, c, d, a,     F_wbc0b, MD5S03);
438     MD5_STEP0(MD5_Fo, a, b, c, d,     F_wcc0c, MD5S00);
439     MD5_STEP0(MD5_Fo, d, a, b, c,     F_wdc0d, MD5S01);
440     MD5_STEP0(MD5_Fo, c, d, a, b,     F_wec0e, MD5S02);
441     MD5_STEP0(MD5_Fo, b, c, d, a,     F_wfc0f, MD5S03);
442
443     MD5_STEP0(MD5_Go, a, b, c, d,     G_w1c10, MD5S10);
444     MD5_STEP0(MD5_Go, d, a, b, c,     G_w6c11, MD5S11);
445     MD5_STEP0(MD5_Go, c, d, a, b,     G_wbc12, MD5S12);
446     MD5_STEP (MD5_Go, b, c, d, a, w0, G_w0c13, MD5S13);
447     MD5_STEP0(MD5_Go, a, b, c, d,     G_w5c14, MD5S10);
448     MD5_STEP0(MD5_Go, d, a, b, c,     G_wac15, MD5S11);
449     MD5_STEP0(MD5_Go, c, d, a, b,     G_wfc16, MD5S12);
450     MD5_STEP0(MD5_Go, b, c, d, a,     G_w4c17, MD5S13);
451     MD5_STEP0(MD5_Go, a, b, c, d,     G_w9c18, MD5S10);
452     MD5_STEP0(MD5_Go, d, a, b, c,     G_wec19, MD5S11);
453     MD5_STEP0(MD5_Go, c, d, a, b,     G_w3c1a, MD5S12);
454     MD5_STEP0(MD5_Go, b, c, d, a,     G_w8c1b, MD5S13);
455     MD5_STEP0(MD5_Go, a, b, c, d,     G_wdc1c, MD5S10);
456     MD5_STEP0(MD5_Go, d, a, b, c,     G_w2c1d, MD5S11);
457     MD5_STEP0(MD5_Go, c, d, a, b,     G_w7c1e, MD5S12);
458     MD5_STEP0(MD5_Go, b, c, d, a,     G_wcc1f, MD5S13);
459
460     MD5_STEP0(MD5_H , a, b, c, d,     H_w5c20, MD5S20);
461     MD5_STEP0(MD5_H , d, a, b, c,     H_w8c21, MD5S21);
462     MD5_STEP0(MD5_H , c, d, a, b,     H_wbc22, MD5S22);
463     MD5_STEP0(MD5_H , b, c, d, a,     H_wec23, MD5S23);
464     MD5_STEP0(MD5_H , a, b, c, d,     H_w1c24, MD5S20);
465     MD5_STEP0(MD5_H , d, a, b, c,     H_w4c25, MD5S21);
466     MD5_STEP0(MD5_H , c, d, a, b,     H_w7c26, MD5S22);
467     MD5_STEP0(MD5_H , b, c, d, a,     H_wac27, MD5S23);
468     MD5_STEP0(MD5_H , a, b, c, d,     H_wdc28, MD5S20);
469     MD5_STEP (MD5_H , d, a, b, c, w0, H_w0c29, MD5S21);
470     MD5_STEP0(MD5_H , c, d, a, b,     H_w3c2a, MD5S22);
471     MD5_STEP0(MD5_H , b, c, d, a,     H_w6c2b, MD5S23);
472     MD5_STEP0(MD5_H , a, b, c, d,     H_w9c2c, MD5S20);
473     MD5_STEP0(MD5_H , d, a, b, c,     H_wcc2d, MD5S21);
474     MD5_STEP0(MD5_H , c, d, a, b,     H_wfc2e, MD5S22);
475     MD5_STEP0(MD5_H , b, c, d, a,     H_w2c2f, MD5S23);
476
477     MD5_STEP (MD5_I , a, b, c, d, w0, I_w0c30, MD5S30);
478     MD5_STEP0(MD5_I , d, a, b, c,     I_w7c31, MD5S31);
479     MD5_STEP0(MD5_I , c, d, a, b,     I_wec32, MD5S32);
480     MD5_STEP0(MD5_I , b, c, d, a,     I_w5c33, MD5S33);
481     MD5_STEP0(MD5_I , a, b, c, d,     I_wcc34, MD5S30);
482     MD5_STEP0(MD5_I , d, a, b, c,     I_w3c35, MD5S31);
483     MD5_STEP0(MD5_I , c, d, a, b,     I_wac36, MD5S32);
484     MD5_STEP0(MD5_I , b, c, d, a,     I_w1c37, MD5S33);
485     MD5_STEP0(MD5_I , a, b, c, d,     I_w8c38, MD5S30);
486     MD5_STEP0(MD5_I , d, a, b, c,     I_wfc39, MD5S31);
487     MD5_STEP0(MD5_I , c, d, a, b,     I_w6c3a, MD5S32);
488     MD5_STEP0(MD5_I , b, c, d, a,     I_wdc3b, MD5S33);
489     MD5_STEP0(MD5_I , a, b, c, d,     I_w4c3c, MD5S30);
490
491     if (MATCHES_NONE_VS ((a & 0x00ffffff), search[0])) continue;
492
493     MD5_STEP0(MD5_I , d, a, b, c,     I_wbc3d, MD5S31);
494     MD5_STEP0(MD5_I , c, d, a, b,     I_w2c3e, MD5S32);
495     MD5_STEP0(MD5_I , b, c, d, a,     I_w9c3f, MD5S33);
496
497     a &= 0x00ffffff;
498     d &= 0x00ffffff;
499     c &= 0x00ffffff;
500     b &= 0x00ffffff;
501
502     COMPARE_S_SIMD (a, d, c, b);
503   }
504 }
505
506 __kernel void m02410_m04 (__global pw_t *pws, __global kernel_rule_t *rules_buf, __global comb_t *combs_buf, __constant u32x * words_buf_r, __global void *tmps, __global void *hooks, __global u32 *bitmaps_buf_s1_a, __global u32 *bitmaps_buf_s1_b, __global u32 *bitmaps_buf_s1_c, __global u32 *bitmaps_buf_s1_d, __global u32 *bitmaps_buf_s2_a, __global u32 *bitmaps_buf_s2_b, __global u32 *bitmaps_buf_s2_c, __global u32 *bitmaps_buf_s2_d, __global plain_t *plains_buf, __global digest_t *digests_buf, __global u32 *hashes_shown, __global salt_t *salt_bufs, __global void *esalt_bufs, __global u32 *d_return_buf, __global u32 *d_scryptV0_buf, __global u32 *d_scryptV1_buf, __global u32 *d_scryptV2_buf, __global u32 *d_scryptV3_buf, const u32 bitmap_mask, const u32 bitmap_shift1, const u32 bitmap_shift2, const u32 salt_pos, const u32 loop_pos, const u32 loop_cnt, const u32 il_cnt, const u32 digests_cnt, const u32 digests_offset, const u32 combs_mode, const u32 gid_max)
507 {
508   /**
509    * base
510    */
511
512   const u32 gid = get_global_id (0);
513
514   if (gid >= gid_max) return;
515
516   u32 w[16];
517
518   w[ 0] = pws[gid].i[ 0];
519   w[ 1] = pws[gid].i[ 1];
520   w[ 2] = pws[gid].i[ 2];
521   w[ 3] = pws[gid].i[ 3];
522   w[ 4] = 0;
523   w[ 5] = 0;
524   w[ 6] = 0;
525   w[ 7] = 0;
526   w[ 8] = 0;
527   w[ 9] = 0;
528   w[10] = 0;
529   w[11] = 0;
530   w[12] = 0;
531   w[13] = 0;
532   w[14] = 0;
533   w[15] = 0;
534
535   const u32 pw_len = pws[gid].pw_len;
536
537   /**
538    * main
539    */
540
541   m02410m (w, pw_len, pws, rules_buf, combs_buf, words_buf_r, tmps, hooks, bitmaps_buf_s1_a, bitmaps_buf_s1_b, bitmaps_buf_s1_c, bitmaps_buf_s1_d, bitmaps_buf_s2_a, bitmaps_buf_s2_b, bitmaps_buf_s2_c, bitmaps_buf_s2_d, plains_buf, digests_buf, hashes_shown, salt_bufs, esalt_bufs, d_return_buf, d_scryptV0_buf, d_scryptV1_buf, d_scryptV2_buf, d_scryptV3_buf, bitmap_mask, bitmap_shift1, bitmap_shift2, salt_pos, loop_pos, loop_cnt, il_cnt, digests_cnt, digests_offset);
542 }
543
544 __kernel void m02410_m08 (__global pw_t *pws, __global kernel_rule_t *rules_buf, __global comb_t *combs_buf, __constant u32x * words_buf_r, __global void *tmps, __global void *hooks, __global u32 *bitmaps_buf_s1_a, __global u32 *bitmaps_buf_s1_b, __global u32 *bitmaps_buf_s1_c, __global u32 *bitmaps_buf_s1_d, __global u32 *bitmaps_buf_s2_a, __global u32 *bitmaps_buf_s2_b, __global u32 *bitmaps_buf_s2_c, __global u32 *bitmaps_buf_s2_d, __global plain_t *plains_buf, __global digest_t *digests_buf, __global u32 *hashes_shown, __global salt_t *salt_bufs, __global void *esalt_bufs, __global u32 *d_return_buf, __global u32 *d_scryptV0_buf, __global u32 *d_scryptV1_buf, __global u32 *d_scryptV2_buf, __global u32 *d_scryptV3_buf, const u32 bitmap_mask, const u32 bitmap_shift1, const u32 bitmap_shift2, const u32 salt_pos, const u32 loop_pos, const u32 loop_cnt, const u32 il_cnt, const u32 digests_cnt, const u32 digests_offset, const u32 combs_mode, const u32 gid_max)
545 {
546 }
547
548 __kernel void m02410_m16 (__global pw_t *pws, __global kernel_rule_t *rules_buf, __global comb_t *combs_buf, __constant u32x * words_buf_r, __global void *tmps, __global void *hooks, __global u32 *bitmaps_buf_s1_a, __global u32 *bitmaps_buf_s1_b, __global u32 *bitmaps_buf_s1_c, __global u32 *bitmaps_buf_s1_d, __global u32 *bitmaps_buf_s2_a, __global u32 *bitmaps_buf_s2_b, __global u32 *bitmaps_buf_s2_c, __global u32 *bitmaps_buf_s2_d, __global plain_t *plains_buf, __global digest_t *digests_buf, __global u32 *hashes_shown, __global salt_t *salt_bufs, __global void *esalt_bufs, __global u32 *d_return_buf, __global u32 *d_scryptV0_buf, __global u32 *d_scryptV1_buf, __global u32 *d_scryptV2_buf, __global u32 *d_scryptV3_buf, const u32 bitmap_mask, const u32 bitmap_shift1, const u32 bitmap_shift2, const u32 salt_pos, const u32 loop_pos, const u32 loop_cnt, const u32 il_cnt, const u32 digests_cnt, const u32 digests_offset, const u32 combs_mode, const u32 gid_max)
549 {
550 }
551
552 __kernel void m02410_s04 (__global pw_t *pws, __global kernel_rule_t *rules_buf, __global comb_t *combs_buf, __constant u32x * words_buf_r, __global void *tmps, __global void *hooks, __global u32 *bitmaps_buf_s1_a, __global u32 *bitmaps_buf_s1_b, __global u32 *bitmaps_buf_s1_c, __global u32 *bitmaps_buf_s1_d, __global u32 *bitmaps_buf_s2_a, __global u32 *bitmaps_buf_s2_b, __global u32 *bitmaps_buf_s2_c, __global u32 *bitmaps_buf_s2_d, __global plain_t *plains_buf, __global digest_t *digests_buf, __global u32 *hashes_shown, __global salt_t *salt_bufs, __global void *esalt_bufs, __global u32 *d_return_buf, __global u32 *d_scryptV0_buf, __global u32 *d_scryptV1_buf, __global u32 *d_scryptV2_buf, __global u32 *d_scryptV3_buf, const u32 bitmap_mask, const u32 bitmap_shift1, const u32 bitmap_shift2, const u32 salt_pos, const u32 loop_pos, const u32 loop_cnt, const u32 il_cnt, const u32 digests_cnt, const u32 digests_offset, const u32 combs_mode, const u32 gid_max)
553 {
554   /**
555    * base
556    */
557
558   const u32 gid = get_global_id (0);
559
560   if (gid >= gid_max) return;
561
562   u32 w[16];
563
564   w[ 0] = pws[gid].i[ 0];
565   w[ 1] = pws[gid].i[ 1];
566   w[ 2] = pws[gid].i[ 2];
567   w[ 3] = pws[gid].i[ 3];
568   w[ 4] = 0;
569   w[ 5] = 0;
570   w[ 6] = 0;
571   w[ 7] = 0;
572   w[ 8] = 0;
573   w[ 9] = 0;
574   w[10] = 0;
575   w[11] = 0;
576   w[12] = 0;
577   w[13] = 0;
578   w[14] = 0;
579   w[15] = 0;
580
581   const u32 pw_len = pws[gid].pw_len;
582
583   /**
584    * main
585    */
586
587   m02410s (w, pw_len, pws, rules_buf, combs_buf, words_buf_r, tmps, hooks, bitmaps_buf_s1_a, bitmaps_buf_s1_b, bitmaps_buf_s1_c, bitmaps_buf_s1_d, bitmaps_buf_s2_a, bitmaps_buf_s2_b, bitmaps_buf_s2_c, bitmaps_buf_s2_d, plains_buf, digests_buf, hashes_shown, salt_bufs, esalt_bufs, d_return_buf, d_scryptV0_buf, d_scryptV1_buf, d_scryptV2_buf, d_scryptV3_buf, bitmap_mask, bitmap_shift1, bitmap_shift2, salt_pos, loop_pos, loop_cnt, il_cnt, digests_cnt, digests_offset);
588 }
589
590 __kernel void m02410_s08 (__global pw_t *pws, __global kernel_rule_t *rules_buf, __global comb_t *combs_buf, __constant u32x * words_buf_r, __global void *tmps, __global void *hooks, __global u32 *bitmaps_buf_s1_a, __global u32 *bitmaps_buf_s1_b, __global u32 *bitmaps_buf_s1_c, __global u32 *bitmaps_buf_s1_d, __global u32 *bitmaps_buf_s2_a, __global u32 *bitmaps_buf_s2_b, __global u32 *bitmaps_buf_s2_c, __global u32 *bitmaps_buf_s2_d, __global plain_t *plains_buf, __global digest_t *digests_buf, __global u32 *hashes_shown, __global salt_t *salt_bufs, __global void *esalt_bufs, __global u32 *d_return_buf, __global u32 *d_scryptV0_buf, __global u32 *d_scryptV1_buf, __global u32 *d_scryptV2_buf, __global u32 *d_scryptV3_buf, const u32 bitmap_mask, const u32 bitmap_shift1, const u32 bitmap_shift2, const u32 salt_pos, const u32 loop_pos, const u32 loop_cnt, const u32 il_cnt, const u32 digests_cnt, const u32 digests_offset, const u32 combs_mode, const u32 gid_max)
591 {
592 }
593
594 __kernel void m02410_s16 (__global pw_t *pws, __global kernel_rule_t *rules_buf, __global comb_t *combs_buf, __constant u32x * words_buf_r, __global void *tmps, __global void *hooks, __global u32 *bitmaps_buf_s1_a, __global u32 *bitmaps_buf_s1_b, __global u32 *bitmaps_buf_s1_c, __global u32 *bitmaps_buf_s1_d, __global u32 *bitmaps_buf_s2_a, __global u32 *bitmaps_buf_s2_b, __global u32 *bitmaps_buf_s2_c, __global u32 *bitmaps_buf_s2_d, __global plain_t *plains_buf, __global digest_t *digests_buf, __global u32 *hashes_shown, __global salt_t *salt_bufs, __global void *esalt_bufs, __global u32 *d_return_buf, __global u32 *d_scryptV0_buf, __global u32 *d_scryptV1_buf, __global u32 *d_scryptV2_buf, __global u32 *d_scryptV3_buf, const u32 bitmap_mask, const u32 bitmap_shift1, const u32 bitmap_shift2, const u32 salt_pos, const u32 loop_pos, const u32 loop_cnt, const u32 il_cnt, const u32 digests_cnt, const u32 digests_offset, const u32 combs_mode, const u32 gid_max)
595 {
596 }