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