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