Home
last modified time | relevance | path

Searched refs:il_pos (Results 1 – 25 of 1076) sorted by relevance

12345678910>>...44

/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dinc_simd.cl19 const u32x ix = make_u32x (arr[il_pos + 0].i, arr[il_pos + 1].i);
21 …const u32x ix = make_u32x (arr[il_pos + 0].i, arr[il_pos + 1].i, arr[il_pos + 2].i, arr[il_pos + 3…
23 …x (arr[il_pos + 0].i, arr[il_pos + 1].i, arr[il_pos + 2].i, arr[il_pos + 3].i, arr[il_pos + 4].i, …
25il_pos + 0].i, arr[il_pos + 1].i, arr[il_pos + 2].i, arr[il_pos + 3].i, arr[il_pos + 4].i, arr[il_…
40 …const u32x pw_lenx = make_u32x (arr[il_pos + 0].pw_len, arr[il_pos + 1].pw_len, arr[il_pos + 2].pw…
42il_pos + 0].pw_len, arr[il_pos + 1].pw_len, arr[il_pos + 2].pw_len, arr[il_pos + 3].pw_len, arr[il…
44il_pos + 0].pw_len, arr[il_pos + 1].pw_len, arr[il_pos + 2].pw_len, arr[il_pos + 3].pw_len, arr[il…
55 const u32x ix = make_u32x (arr[il_pos + 0].i[idx], arr[il_pos + 1].i[idx]);
57 …const u32x ix = make_u32x (arr[il_pos + 0].i[idx], arr[il_pos + 1].i[idx], arr[il_pos + 2].i[idx],…
59il_pos + 0].i[idx], arr[il_pos + 1].i[idx], arr[il_pos + 2].i[idx], arr[il_pos + 3].i[idx], arr[il…
[all …]
H A Dm25700_a1-optimized.cl97 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
126 wordr0[0] = ix_create_combt (combs_buf, il_pos, 0);
127 wordr0[1] = ix_create_combt (combs_buf, il_pos, 1);
128 wordr0[2] = ix_create_combt (combs_buf, il_pos, 2);
129 wordr0[3] = ix_create_combt (combs_buf, il_pos, 3);
130 wordr1[0] = ix_create_combt (combs_buf, il_pos, 4);
131 wordr1[1] = ix_create_combt (combs_buf, il_pos, 5);
132 wordr1[2] = ix_create_combt (combs_buf, il_pos, 6);
133 wordr1[3] = ix_create_combt (combs_buf, il_pos, 7);
230 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
[all …]
H A Dinc_simd.h24 …mark_hash (plains_buf, d_return_buf, SALT_POS, digests_cnt, 0, final_hash_pos, gid, il_pos, 0, 0);…
71 …if (vector_accessible (il_pos, il_cnt, 0) && (hc_atomic_inc (&hashes_shown[final_hash_pos]) == 0))…
73 …mark_hash (plains_buf, d_return_buf, SALT_POS, digests_cnt, 0, final_hash_pos, gid, il_pos + 0, 0,…
81 …if (vector_accessible (il_pos, il_cnt, 1) && (hc_atomic_inc (&hashes_shown[final_hash_pos]) == 0))…
83 …mark_hash (plains_buf, d_return_buf, SALT_POS, digests_cnt, 0, final_hash_pos, gid, il_pos + 1, 0,…
151 …mark_hash (plains_buf, d_return_buf, SALT_POS, digests_cnt, 0, final_hash_pos, gid, il_pos + 0, 0,…
161 …mark_hash (plains_buf, d_return_buf, SALT_POS, digests_cnt, 0, final_hash_pos, gid, il_pos + 1, 0,…
171 …mark_hash (plains_buf, d_return_buf, SALT_POS, digests_cnt, 0, final_hash_pos, gid, il_pos + 2, 0,…
1204 DECLSPEC u32x ix_create_bft (CONSTANT_AS const bf_t *arr, const u32 il_pos);
1205 DECLSPEC u32x pwlenx_create_combt (GLOBAL_AS const pw_t *arr, const u32 il_pos);
[all …]
H A Dm10410_a1-optimized.cl120 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
149 wordr0[0] = ix_create_combt (combs_buf, il_pos, 0);
150 wordr0[1] = ix_create_combt (combs_buf, il_pos, 1);
151 wordr0[2] = ix_create_combt (combs_buf, il_pos, 2);
152 wordr0[3] = ix_create_combt (combs_buf, il_pos, 3);
153 wordr1[0] = ix_create_combt (combs_buf, il_pos, 4);
154 wordr1[1] = ix_create_combt (combs_buf, il_pos, 5);
155 wordr1[2] = ix_create_combt (combs_buf, il_pos, 6);
156 wordr1[3] = ix_create_combt (combs_buf, il_pos, 7);
288 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
[all …]
H A Dm27800_a1-optimized.cl103 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
132 wordr0[0] = ix_create_combt (combs_buf, il_pos, 0);
133 wordr0[1] = ix_create_combt (combs_buf, il_pos, 1);
134 wordr0[2] = ix_create_combt (combs_buf, il_pos, 2);
135 wordr0[3] = ix_create_combt (combs_buf, il_pos, 3);
136 wordr1[0] = ix_create_combt (combs_buf, il_pos, 4);
137 wordr1[1] = ix_create_combt (combs_buf, il_pos, 5);
138 wordr1[2] = ix_create_combt (combs_buf, il_pos, 6);
139 wordr1[3] = ix_create_combt (combs_buf, il_pos, 7);
236 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
[all …]
H A Dm06000_a1-optimized.cl56 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
85 wordr0[0] = ix_create_combt (combs_buf, il_pos, 0);
86 wordr0[1] = ix_create_combt (combs_buf, il_pos, 1);
87 wordr0[2] = ix_create_combt (combs_buf, il_pos, 2);
88 wordr0[3] = ix_create_combt (combs_buf, il_pos, 3);
89 wordr1[0] = ix_create_combt (combs_buf, il_pos, 4);
90 wordr1[1] = ix_create_combt (combs_buf, il_pos, 5);
91 wordr1[2] = ix_create_combt (combs_buf, il_pos, 6);
92 wordr1[3] = ix_create_combt (combs_buf, il_pos, 7);
216 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
[all …]
H A Dm18700_a1-pure.cl70 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
77 hash = hashCode_g (hash, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
81 hash = hashCode_g (hash, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
121 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
128 hash = hashCode_g (hash, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
132 hash = hashCode_g (hash, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
H A Dm09710_a1-optimized.cl79 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
108 wordr0[0] = ix_create_combt (combs_buf, il_pos, 0);
109 wordr0[1] = ix_create_combt (combs_buf, il_pos, 1);
110 wordr0[2] = ix_create_combt (combs_buf, il_pos, 2);
111 wordr0[3] = ix_create_combt (combs_buf, il_pos, 3);
112 wordr1[0] = ix_create_combt (combs_buf, il_pos, 4);
113 wordr1[1] = ix_create_combt (combs_buf, il_pos, 5);
114 wordr1[2] = ix_create_combt (combs_buf, il_pos, 6);
115 wordr1[3] = ix_create_combt (combs_buf, il_pos, 7);
273 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
[all …]
H A Dm09810_a1-optimized.cl81 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
110 wordr0[0] = ix_create_combt (combs_buf, il_pos, 0);
111 wordr0[1] = ix_create_combt (combs_buf, il_pos, 1);
112 wordr0[2] = ix_create_combt (combs_buf, il_pos, 2);
113 wordr0[3] = ix_create_combt (combs_buf, il_pos, 3);
114 wordr1[0] = ix_create_combt (combs_buf, il_pos, 4);
115 wordr1[1] = ix_create_combt (combs_buf, il_pos, 5);
116 wordr1[2] = ix_create_combt (combs_buf, il_pos, 6);
117 wordr1[3] = ix_create_combt (combs_buf, il_pos, 7);
262 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
[all …]
H A Dm00600_a1-optimized.cl45 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
74 wordr0[0] = ix_create_combt (combs_buf, il_pos, 0);
75 wordr0[1] = ix_create_combt (combs_buf, il_pos, 1);
76 wordr0[2] = ix_create_combt (combs_buf, il_pos, 2);
77 wordr0[3] = ix_create_combt (combs_buf, il_pos, 3);
78 wordr1[0] = ix_create_combt (combs_buf, il_pos, 4);
79 wordr1[1] = ix_create_combt (combs_buf, il_pos, 5);
80 wordr1[2] = ix_create_combt (combs_buf, il_pos, 6);
81 wordr1[3] = ix_create_combt (combs_buf, il_pos, 7);
203 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
[all …]
H A Dm18700_a1-optimized.cl76 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
83 hash = hashCode_g (hash, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
87 hash = hashCode_g (hash, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
140 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
147 hash = hashCode_g (hash, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
151 hash = hashCode_g (hash, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
H A Dm00200_a1-optimized.cl51 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
80 wordr0[0] = ix_create_combt (combs_buf, il_pos, 0);
81 wordr0[1] = ix_create_combt (combs_buf, il_pos, 1);
82 wordr0[2] = ix_create_combt (combs_buf, il_pos, 2);
83 wordr0[3] = ix_create_combt (combs_buf, il_pos, 3);
84 wordr1[0] = ix_create_combt (combs_buf, il_pos, 4);
85 wordr1[1] = ix_create_combt (combs_buf, il_pos, 5);
86 wordr1[2] = ix_create_combt (combs_buf, il_pos, 6);
87 wordr1[3] = ix_create_combt (combs_buf, il_pos, 7);
253 for (u32 il_pos = 0; il_pos < il_cnt; il_pos += VECT_SIZE)
[all …]
H A Dm26200_a1-pure.cl64 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
89 wordr0[0] = ix_create_combt (combs_buf, il_pos, 0);
90 wordr0[1] = ix_create_combt (combs_buf, il_pos, 1);
91 wordr0[2] = ix_create_combt (combs_buf, il_pos, 2);
92 wordr0[3] = ix_create_combt (combs_buf, il_pos, 3);
93 wordr1[0] = ix_create_combt (combs_buf, il_pos, 4);
94 wordr1[1] = ix_create_combt (combs_buf, il_pos, 5);
95 wordr1[2] = ix_create_combt (combs_buf, il_pos, 6);
96 wordr1[3] = ix_create_combt (combs_buf, il_pos, 7);
236 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
[all …]
H A Dm13300_a1-pure.cl42 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
46 sha1_update_global_swap (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
98 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
102 sha1_update_global_swap (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
H A Dm00170_a1-pure.cl42 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
46 sha1_update_global_utf16le_swap (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
96 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
100 sha1_update_global_utf16le_swap (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
H A Dm00000_a1-pure.cl42 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
46 md5_update_global (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
96 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
100 md5_update_global (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
H A Dm00100_a1-pure.cl42 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
46 sha1_update_global_swap (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
96 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
100 sha1_update_global_swap (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
H A Dm01000_a1-pure.cl42 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
46 md4_update_global_utf16le (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
96 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
100 md4_update_global_utf16le (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
H A Dm01400_a1-pure.cl42 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
46 sha256_update_global_swap (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
96 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
100 sha256_update_global_swap (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
H A Dm00600_a1-pure.cl41 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
45 blake2b_update_global (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
94 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
98 blake2b_update_global (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
H A Dm01470_a1-pure.cl42 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
46 sha256_update_global_utf16le_swap (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
96 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
100 sha256_update_global_utf16le_swap (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
H A Dm10870_a1-pure.cl42 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
46 sha384_update_global_utf16le_swap (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
96 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
100 sha384_update_global_utf16le_swap (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
H A Dm10800_a1-pure.cl42 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
46 sha384_update_global_swap (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
96 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
100 sha384_update_global_swap (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
H A Dm00070_a1-pure.cl42 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
46 md5_update_global_utf16le (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
96 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
100 md5_update_global_utf16le (&ctx, combs_buf[il_pos].i, combs_buf[il_pos].pw_len);
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dstdout.c122 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++) in process_stdout() local
124 const u32 off = device_param->innerloop_pos + il_pos; in process_stdout()
166 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++) in process_stdout() local
175 char *comb_buf = (char *) device_param->combs_buf[il_pos].i; in process_stdout()
176 u32 comb_len = device_param->combs_buf[il_pos].pw_len; in process_stdout()
201 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++) in process_stdout() local
204 u64 r_off = device_param->kernel_params_mp_r_buf64[3] + il_pos; in process_stdout()
236 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++) in process_stdout() local
245 u64 off = device_param->kernel_params_mp_buf64[3] + il_pos; in process_stdout()
273 for (u32 il_pos = 0; il_pos < il_cnt; il_pos++) in process_stdout() local
[all …]

12345678910>>...44