Home
last modified time | relevance | path

Searched refs:pw_len (Results 1 – 25 of 1305) sorted by relevance

12345678910>>...53

/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dinc_simd.cl36 const u32x pw_lenx = make_u32x (arr[il_pos + 0].pw_len);
38 const u32x pw_lenx = make_u32x (arr[il_pos + 0].pw_len, arr[il_pos + 1].pw_len);
40 …pw_lenx = make_u32x (arr[il_pos + 0].pw_len, arr[il_pos + 1].pw_len, arr[il_pos + 2].pw_len, arr[i…
42pw_len, arr[il_pos + 1].pw_len, arr[il_pos + 2].pw_len, arr[il_pos + 3].pw_len, arr[il_pos + 4].pw…
44pw_len, arr[il_pos + 1].pw_len, arr[il_pos + 2].pw_len, arr[il_pos + 3].pw_len, arr[il_pos + 4].pw…
H A Dm27900_a3-optimized.cl112 if (pw_len >= 1) a = round_crc32c (a, w[0] >> 0);
113 if (pw_len >= 2) a = round_crc32c (a, w[0] >> 8);
114 if (pw_len >= 3) a = round_crc32c (a, w[0] >> 16);
186 u32x a = crc32c (w_t, pw_len, iv);
256 u32x a = crc32c (w_t, pw_len, iv);
293 const u32 pw_len = pws[gid].pw_len & 63;
331 const u32 pw_len = pws[gid].pw_len & 63;
369 const u32 pw_len = pws[gid].pw_len & 63;
407 const u32 pw_len = pws[gid].pw_len & 63;
445 const u32 pw_len = pws[gid].pw_len & 63;
[all …]
H A Dm11500_a3-optimized.cl112 if (pw_len >= 1) a = round_crc32 (a, w[0] >> 0);
113 if (pw_len >= 2) a = round_crc32 (a, w[0] >> 8);
114 if (pw_len >= 3) a = round_crc32 (a, w[0] >> 16);
186 u32x a = crc32 (w_t, pw_len, iv);
256 u32x a = crc32 (w_t, pw_len, iv);
293 const u32 pw_len = pws[gid].pw_len & 63;
331 const u32 pw_len = pws[gid].pw_len & 63;
369 const u32 pw_len = pws[gid].pw_len & 63;
407 const u32 pw_len = pws[gid].pw_len & 63;
445 const u32 pw_len = pws[gid].pw_len & 63;
[all …]
H A Dm10100_a3-optimized.cl55 switch (pw_len / 8)
57 case 0: w[1] |= pw_len << 24; break;
58 case 1: w[3] |= pw_len << 24; break;
59 case 2: w[5] |= pw_len << 24; break;
149 switch (pw_len / 8)
261 const u32 pw_len = pws[gid].pw_len & 63;
299 const u32 pw_len = pws[gid].pw_len & 63;
337 const u32 pw_len = pws[gid].pw_len & 63;
375 const u32 pw_len = pws[gid].pw_len & 63;
413 const u32 pw_len = pws[gid].pw_len & 63;
[all …]
H A Dm28000_a0-optimized.cl174 if (pw_len >= 1) a = round_crc64jones (a, w[0] >> 0, s_crc64jonestab);
175 if (pw_len >= 2) a = round_crc64jones (a, w[0] >> 8, s_crc64jonestab);
176 if (pw_len >= 3) a = round_crc64jones (a, w[0] >> 16, s_crc64jonestab);
177 if (pw_len >= 4) a = round_crc64jones (a, w[0] >> 24, s_crc64jonestab);
178 if (pw_len >= 5) a = round_crc64jones (a, w[1] >> 0, s_crc64jonestab);
179 if (pw_len >= 6) a = round_crc64jones (a, w[1] >> 8, s_crc64jonestab);
187 for (u32 i = 12, j = 3; i < pw_len; i += 4, j += 1)
247 const u32 pw_len = pws[gid].pw_len & 63;
291 u64 a = crc64jones (w, pw_len, iv, s_crc64jonestab);
359 const u32 pw_len = pws[gid].pw_len & 63;
[all …]
H A Dm18700_a3-optimized.cl23 const u32 c0 = (pw_len > 4) ? 4 : pw_len;
39 for (u32 i = 4; i < pw_len; i += 4)
43 const u32 left = pw_len - i;
94 const u32x hash = hashCode_w0 (0, w0, w, pw_len);
138 const u32x hash = hashCode_w0 (0, w0, w, pw_len);
178 const u32 pw_len = pws[gid].pw_len & 63;
216 const u32 pw_len = pws[gid].pw_len & 63;
254 const u32 pw_len = pws[gid].pw_len & 63;
292 const u32 pw_len = pws[gid].pw_len & 63;
330 const u32 pw_len = pws[gid].pw_len & 63;
[all …]
H A Dm25700_a3-optimized.cl28 if (pw_len >= 4)
37 for (i = 4, j = 1; i < pw_len - 3; i += 4, j += 1)
46 if (pw_len & 3)
57 if (pw_len & 3)
105 const u32x hash = MurmurHash_w0 (seed, w0, w, pw_len);
195 const u32 pw_len = pws[gid].pw_len & 63;
233 const u32 pw_len = pws[gid].pw_len & 63;
271 const u32 pw_len = pws[gid].pw_len & 63;
309 const u32 pw_len = pws[gid].pw_len & 63;
347 const u32 pw_len = pws[gid].pw_len & 63;
[all …]
H A Dm11500_a0-optimized.cl114 if (pw_len >= 1) a = round_crc32 (a, w[0] >> 0);
115 if (pw_len >= 2) a = round_crc32 (a, w[0] >> 8);
116 if (pw_len >= 3) a = round_crc32 (a, w[0] >> 16);
117 if (pw_len >= 4) a = round_crc32 (a, w[0] >> 24);
118 if (pw_len >= 5) a = round_crc32 (a, w[1] >> 0);
119 if (pw_len >= 6) a = round_crc32 (a, w[1] >> 8);
120 if (pw_len >= 7) a = round_crc32 (a, w[1] >> 16);
121 if (pw_len >= 8) a = round_crc32 (a, w[1] >> 24);
122 if (pw_len >= 9) a = round_crc32 (a, w[2] >> 0);
166 const u32 pw_len = pws[gid].pw_len & 63;
[all …]
H A Dm27900_a0-optimized.cl114 if (pw_len >= 1) a = round_crc32c (a, w[0] >> 0);
115 if (pw_len >= 2) a = round_crc32c (a, w[0] >> 8);
116 if (pw_len >= 3) a = round_crc32c (a, w[0] >> 16);
117 if (pw_len >= 4) a = round_crc32c (a, w[0] >> 24);
118 if (pw_len >= 5) a = round_crc32c (a, w[1] >> 0);
119 if (pw_len >= 6) a = round_crc32c (a, w[1] >> 8);
120 if (pw_len >= 7) a = round_crc32c (a, w[1] >> 16);
121 if (pw_len >= 8) a = round_crc32c (a, w[1] >> 24);
122 if (pw_len >= 9) a = round_crc32c (a, w[2] >> 0);
166 const u32 pw_len = pws[gid].pw_len & 63;
[all …]
H A Dm28000_a3-optimized.cl172 if (pw_len >= 1) a = round_crc64jones (a, w[0] >> 0, s_crc64jonestab);
173 if (pw_len >= 2) a = round_crc64jones (a, w[0] >> 8, s_crc64jonestab);
185 for (u32 i = 12, j = 3; i < pw_len; i += 4, j += 1)
246 u64 a = crc64jones (w_t, pw_len, iv, s_crc64jonestab);
319 u64 a = crc64jones (w_t, pw_len, iv, s_crc64jonestab);
386 const u32 pw_len = pws[gid].pw_len & 63;
451 const u32 pw_len = pws[gid].pw_len & 63;
516 const u32 pw_len = pws[gid].pw_len & 63;
581 const u32 pw_len = pws[gid].pw_len & 63;
646 const u32 pw_len = pws[gid].pw_len & 63;
[all …]
H A Dm18700_a3-pure.cl17 DECLSPEC u32x hashCode_w0 (const u32x init, const u32x w0, const u32 *w, const u32 pw_len)
23 const u32 c0 = (pw_len > 4) ? 4 : pw_len;
39 for (u32 i = 4; i < pw_len; i += 4)
43 const u32 left = pw_len - i;
88 const u32 pw_len = pws[gid].pw_len;
92 for (u32 i = 0, idx = 0; i < pw_len; i += 4, idx += 1)
109 u32x hash = hashCode_w0 (0, w0, w, pw_len);
147 const u32 pw_len = pws[gid].pw_len;
151 for (u32 i = 0, idx = 0; i < pw_len; i += 4, idx += 1)
168 u32x hash = hashCode_w0 (0, w0, w, pw_len);
H A Dm16512_a1-pure.cl41 const u32 pw_len = pws[gid].pw_len;
45 for (u32 i = 0, idx = 0; i < pw_len; i += 4, idx += 1)
56 const u32 comb_len = combs_buf[il_pos].pw_len;
68 switch_buffer_by_offset_1x64_be_S (c, pw_len);
80 sha384_hmac_init (&ctx, c, pw_len + comb_len);
122 const u32 pw_len = pws[gid].pw_len;
126 for (u32 i = 0, idx = 0; i < pw_len; i += 4, idx += 1)
137 const u32 comb_len = combs_buf[il_pos].pw_len;
149 switch_buffer_by_offset_1x64_be_S (c, pw_len);
161 sha384_hmac_init (&ctx, c, pw_len + comb_len);
H A Dm16513_a1-pure.cl41 const u32 pw_len = pws[gid].pw_len;
45 for (u32 i = 0, idx = 0; i < pw_len; i += 4, idx += 1)
56 const u32 comb_len = combs_buf[il_pos].pw_len;
68 switch_buffer_by_offset_1x64_be_S (c, pw_len);
80 sha512_hmac_init (&ctx, c, pw_len + comb_len);
122 const u32 pw_len = pws[gid].pw_len;
126 for (u32 i = 0, idx = 0; i < pw_len; i += 4, idx += 1)
137 const u32 comb_len = combs_buf[il_pos].pw_len;
149 switch_buffer_by_offset_1x64_be_S (c, pw_len);
161 sha512_hmac_init (&ctx, c, pw_len + comb_len);
H A Dm16511_a1-pure.cl41 const u32 pw_len = pws[gid].pw_len;
45 for (u32 i = 0, idx = 0; i < pw_len; i += 4, idx += 1)
56 const u32 comb_len = combs_buf[il_pos].pw_len;
68 switch_buffer_by_offset_1x64_be_S (c, pw_len);
80 sha256_hmac_init (&ctx, c, pw_len + comb_len);
122 const u32 pw_len = pws[gid].pw_len;
126 for (u32 i = 0, idx = 0; i < pw_len; i += 4, idx += 1)
137 const u32 comb_len = combs_buf[il_pos].pw_len;
149 switch_buffer_by_offset_1x64_be_S (c, pw_len);
161 sha256_hmac_init (&ctx, c, pw_len + comb_len);
H A Dm07300_a1-pure.cl39 const u32 pw_len = pws[gid].pw_len;
43 for (u32 i = 0, idx = 0; i < pw_len; i += 4, idx += 1)
54 const u32 comb_len = combs_buf[il_pos].pw_len;
66 switch_buffer_by_offset_1x64_be_S (c, pw_len);
78 sha1_hmac_init (&ctx, c, pw_len + comb_len);
120 const u32 pw_len = pws[gid].pw_len;
124 for (u32 i = 0, idx = 0; i < pw_len; i += 4, idx += 1)
135 const u32 comb_len = combs_buf[il_pos].pw_len;
147 switch_buffer_by_offset_1x64_be_S (c, pw_len);
159 sha1_hmac_init (&ctx, c, pw_len + comb_len);
H A Dm00500-pure.cl41 const u32 pw_len = pws[gid].pw_len;
45 for (u32 i = 0, idx = 0; i < pw_len; i += 4, idx += 1)
67 md5_update (&md5_ctx1, w, pw_len);
71 md5_update (&md5_ctx1, w, pw_len);
86 md5_update (&md5_ctx, w, pw_len);
98 for (pl = pw_len; pl > 16; pl -= 16)
109 for (int i = pw_len; i != 0; i >>= 1)
147 const u32 pw_len = pws[gid].pw_len;
188 md5_update (&md5_ctx, w, pw_len);
202 md5_update (&md5_ctx, w, pw_len);
[all …]
H A Dm01600-pure.cl42 const u32 pw_len = pws[gid].pw_len;
46 for (u32 i = 0, idx = 0; i < pw_len; i += 4, idx += 1)
68 md5_update (&md5_ctx1, w, pw_len);
72 md5_update (&md5_ctx1, w, pw_len);
87 md5_update (&md5_ctx, w, pw_len);
100 for (pl = pw_len; pl > 16; pl -= 16)
111 for (int i = pw_len; i != 0; i >>= 1)
149 const u32 pw_len = pws[gid].pw_len;
190 md5_update (&md5_ctx, w, pw_len);
204 md5_update (&md5_ctx, w, pw_len);
[all …]
H A Dm06300-pure.cl39 const u32 pw_len = pws[gid].pw_len;
43 for (u32 i = 0, idx = 0; i < pw_len; i += 4, idx += 1)
65 md5_update (&md5_ctx1, w, pw_len);
69 md5_update (&md5_ctx1, w, pw_len);
84 md5_update (&md5_ctx, w, pw_len);
90 for (pl = pw_len; pl > 16; pl -= 16)
101 for (int i = pw_len; i != 0; i >>= 1)
139 const u32 pw_len = pws[gid].pw_len;
180 md5_update (&md5_ctx, w, pw_len);
194 md5_update (&md5_ctx, w, pw_len);
[all …]
H A Dm18700_a1-pure.cl17 DECLSPEC u32 hashCode_g (const u32 init, GLOBAL_AS const u32 *w, const u32 pw_len)
21 for (u32 i = 0; i < pw_len; i += 4)
25 const u32 left = pw_len - i;
76 hash = hashCode_g (hash, pws[gid].i, pws[gid].pw_len);
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);
82 hash = hashCode_g (hash, pws[gid].i, pws[gid].pw_len);
127 hash = hashCode_g (hash, pws[gid].i, pws[gid].pw_len);
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);
[all …]
H A Dm01800-optimized.cl191 const u32 pw_len = pws[gid].pw_len & 15;
251 for (u32 j = pw_len; j; j >>= 1)
278 for (u32 j = 0; j < pw_len; j++)
318 const u32 pw_len = pws[gid].pw_len & 15;
333 wpc_len[4] = 64 + 0 + pw_len + pw_len;
334 wpc_len[5] = pw_len + 0 + pw_len + 64;
335 wpc_len[6] = 64 + salt_len + pw_len + pw_len;
336 wpc_len[7] = pw_len + salt_len + pw_len + 64;
346 for (u32 j = 0; j < pw_len; j++)
366 for (u32 j = 0; j < pw_len; j++)
[all …]
H A Dm24800_a1-pure.cl32 const u32 pw_len = pws[gid].pw_len;
36 for (u32 i = 0, idx = 0; i < pw_len; i += 4, idx += 1)
47 const u32 comb_len = combs_buf[il_pos].pw_len;
59 switch_buffer_by_offset_1x64_le_S (c, pw_len);
75 const u32 t_len = hc_enc_next (&hc_enc, c, pw_len + comb_len, 256, t, sizeof (t));
123 const u32 pw_len = pws[gid].pw_len;
127 for (u32 i = 0, idx = 0; i < pw_len; i += 4, idx += 1)
138 const u32 comb_len = combs_buf[il_pos].pw_len;
150 switch_buffer_by_offset_1x64_le_S (c, pw_len);
166 const u32 t_len = hc_enc_next (&hc_enc, c, pw_len + comb_len, 256, t, sizeof (t));
H A Dm00150_a1-pure.cl32 const u32 pw_len = pws[gid].pw_len;
36 for (u32 i = 0, idx = 0; i < pw_len; i += 4, idx += 1)
56 const u32 comb_len = combs_buf[il_pos].pw_len;
68 switch_buffer_by_offset_1x64_be_S (c, pw_len);
80 sha1_hmac_init (&ctx, c, pw_len + comb_len);
122 const u32 pw_len = pws[gid].pw_len;
126 for (u32 i = 0, idx = 0; i < pw_len; i += 4, idx += 1)
146 const u32 comb_len = combs_buf[il_pos].pw_len;
158 switch_buffer_by_offset_1x64_be_S (c, pw_len);
170 sha1_hmac_init (&ctx, c, pw_len + comb_len);
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dpp.c1434 for (int pw_len = IN_LEN_MIN; pw_len <= in_max; pw_len++) local
1591 for (int pw_len = IN_LEN_MIN; pw_len <= in_max; pw_len++)
1781 for (int pw_len = pw_min; pw_len <= pw_max; pw_len++) local
1912 for (int pw_len = pw_min; pw_len <= pw_max; pw_len++) local
1995 for (int pw_len = pw_min; pw_len <= pw_max; pw_len++) local
2089 for (int pw_len = pw_min; pw_len <= pw_max; pw_len++) local
2109 for (int pw_len = pw_min; pw_len <= pw_max; pw_len++) local
2130 for (int pw_len = pw_min; pw_len <= pw_max; pw_len++) local
2143 for (int pw_len = pw_min; pw_len <= pw_max; pw_len++) local
2173 for (int pw_len = pw_min; pw_len <= pw_max; pw_len++) local
[all …]
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dpw_encrypt_md5.c80 int sl, pl, i, pw_len; in md5_crypt() local
94 pw_len = strlen((char*)pw); in md5_crypt()
95 md5_hash(&ctx, pw, pw_len); in md5_crypt()
108 md5_hash(&ctx1, pw, pw_len); in md5_crypt()
110 md5_hash(&ctx1, pw, pw_len); in md5_crypt()
112 for (pl = pw_len; pl > 0; pl -= 16) in md5_crypt()
117 for (i = pw_len; i; i >>= 1) { in md5_crypt()
129 md5_hash(&ctx1, pw, pw_len); in md5_crypt()
137 md5_hash(&ctx1, pw, pw_len); in md5_crypt()
142 md5_hash(&ctx1, pw, pw_len); in md5_crypt()
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dselftest.c92 const size_t pw_len = tmp.pw_len; in selftest() local
96 pw.pw_len = (u32) pw_len; in selftest()
125 const size_t pw_len = tmp.pw_len; in selftest() local
129 pw.pw_len = (u32) pw_len; in selftest()
160 const size_t pw_len = tmp.pw_len; in selftest() local
164 pw.pw_len = (u32) pw_len - 1; in selftest()
230 const size_t pw_len = tmp.pw_len; in selftest() local
239 pw.pw_len = (u32) pw_len; in selftest()
314 const size_t pw_len = tmp.pw_len; in selftest() local
419 const size_t pw_len = tmp.pw_len; in selftest() local
[all …]

12345678910>>...53