Searched refs:GG (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_md4.c95 /* FF, GG and HH are transformations for rounds 1, 2 and 3 */
102 #define GG(a, b, c, d, x, s) { \ macro
321 GG (a, b, c, d, x[ 0], S21); /* 17 */
322 GG (d, a, b, c, x[ 4], S22); /* 18 */
323 GG (c, d, a, b, x[ 8], S23); /* 19 */
324 GG (b, c, d, a, x[12], S24); /* 20 */
325 GG (a, b, c, d, x[ 1], S21); /* 21 */
326 GG (d, a, b, c, x[ 5], S22); /* 22 */
327 GG (c, d, a, b, x[ 9], S23); /* 23 */
328 GG (
[all...]
H A Dapr_md5.c119 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
127 #define GG(a, b, c, d, x, s, ac) { \ macro
373 GG(a, b, c, d, x[1], S21, 0xf61e2562); /* 17 */
374 GG(d, a, b, c, x[6], S22, 0xc040b340); /* 18 */
375 GG(c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
376 GG(b, c, d, a, x[0], S24, 0xe9b6c7aa); /* 20 */
377 GG(a, b, c, d, x[5], S21, 0xd62f105d); /* 21 */
378 GG(d, a, b, c, x[10], S22, 0x2441453); /* 22 */
379 GG(c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
380 GG(
[all...]
/freebsd-11-stable/contrib/opie/libopie/
H A Dmd4c.c83 /* FF, GG and HH are transformations for rounds 1, 2 and 3 */
90 #define GG(a, b, c, d, x, s) { \ macro
198 GG(a, b, c, d, x[0], S21); /* 17 */
199 GG(d, a, b, c, x[4], S22); /* 18 */
200 GG(c, d, a, b, x[8], S23); /* 19 */
201 GG(b, c, d, a, x[12], S24); /* 20 */
202 GG(a, b, c, d, x[1], S21); /* 21 */
203 GG(d, a, b, c, x[5], S22); /* 22 */
204 GG(c, d, a, b, x[9], S23); /* 23 */
205 GG(
[all...]
H A Dmd5c.c117 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
126 #define GG(a, b, c, d, x, s, ac) { \ macro
244 GG(a, b, c, d, x[1], S21, 0xf61e2562); /* 17 */
245 GG(d, a, b, c, x[6], S22, 0xc040b340); /* 18 */
246 GG(c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
247 GG(b, c, d, a, x[0], S24, 0xe9b6c7aa); /* 20 */
248 GG(a, b, c, d, x[5], S21, 0xd62f105d); /* 21 */
249 GG(d, a, b, c, x[10], S22, 0x2441453); /* 22 */
250 GG(c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
251 GG(
[all...]
/freebsd-11-stable/lib/libmd/
H A Dmd4c.c76 /* FF, GG and HH are transformations for rounds 1, 2 and 3 */
82 #define GG(a, b, c, d, x, s) { \ macro
215 GG (a, b, c, d, x[ 0], S21); /* 17 */
216 GG (d, a, b, c, x[ 4], S22); /* 18 */
217 GG (c, d, a, b, x[ 8], S23); /* 19 */
218 GG (b, c, d, a, x[12], S24); /* 20 */
219 GG (a, b, c, d, x[ 1], S21); /* 21 */
220 GG (d, a, b, c, x[ 5], S22); /* 22 */
221 GG (c, d, a, b, x[ 9], S23); /* 23 */
222 GG (
[all...]
H A Dmd5c.c103 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
111 #define GG(a, b, c, d, x, s, ac) { \ macro
269 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
270 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
271 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
272 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */
273 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
274 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
275 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
276 GG (
[all...]
/freebsd-11-stable/sys/kern/
H A Dmd5c.c107 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
115 #define GG(a, b, c, d, x, s, ac) { \ macro
270 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
271 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
272 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
273 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */
274 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
275 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
276 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
277 GG (
[all...]
H A Dmd4c.c76 /* FF, GG and HH are transformations for rounds 1, 2 and 3 */
82 #define GG(a, b, c, d, x, s) { \ macro
208 GG (a, b, c, d, x[ 0], S21); /* 17 */
209 GG (d, a, b, c, x[ 4], S22); /* 18 */
210 GG (c, d, a, b, x[ 8], S23); /* 19 */
211 GG (b, c, d, a, x[12], S24); /* 20 */
212 GG (a, b, c, d, x[ 1], S21); /* 21 */
213 GG (d, a, b, c, x[ 5], S22); /* 22 */
214 GG (c, d, a, b, x[ 9], S23); /* 23 */
215 GG (
[all...]
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_hash.c75 * FF, GG, and HH are transformations for rounds 1, 2, and 3.
83 #define GG(a, b, c, d, x, s) { \ macro
120 GG(a, b, c, d, data[1], 3);
121 GG(d, a, b, c, data[3], 5);
122 GG(c, d, a, b, data[5], 9);
123 GG(b, c, d, a, data[7], 13);
124 GG(a, b, c, d, data[0], 3);
125 GG(d, a, b, c, data[2], 5);
126 GG(c, d, a, b, data[4], 9);
127 GG(
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dmd5.c80 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
87 #define GG(a, b, c, d, x, s, ac) \ macro
239 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */
240 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
241 GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */
242 GG ( b, c, d, a, in[ 0], S24, UL(3921069994)); /* 20 */
243 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */
244 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
245 GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */
246 GG (
[all...]

Completed in 88 milliseconds