Searched refs:HH (Results 1 - 14 of 14) sorted by last modified time

/freebsd-11-stable/contrib/ipfilter/
H A Dmd5.c80 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
92 #define HH(a, b, c, d, x, s, ac) \ macro
261 HH ( a, b, c, d, in[ 5], S31, UL(4294588738)); /* 33 */
262 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */
263 HH ( c, d, a, b, in[11], S33, UL(1839030562)); /* 35 */
264 HH ( b, c, d, a, in[14], S34, UL(4259657740)); /* 36 */
265 HH ( a, b, c, d, in[ 1], S31, UL(2763975236)); /* 37 */
266 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */
267 HH ( c, d, a, b, in[ 7], S33, UL(4139469664)); /* 39 */
268 HH (
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfsqrt.S164 #define HH r7:6 define
260 HH = mpyu(ROOTHI,ROOTHI) define
265 HH += lsr(HL,#31)
274 REM_HI = sub(FRACRAD,HH,P_CARRY0):carry
277 #undef HH
/freebsd-11-stable/sys/kern/
H A Dmd4c.c76 /* FF, GG and HH are transformations for rounds 1, 2 and 3 */
86 #define HH(a, b, c, d, x, s) { \ macro
226 HH (a, b, c, d, x[ 0], S31); /* 33 */
227 HH (d, a, b, c, x[ 8], S32); /* 34 */
228 HH (c, d, a, b, x[ 4], S33); /* 35 */
229 HH (b, c, d, a, x[12], S34); /* 36 */
230 HH (a, b, c, d, x[ 2], S31); /* 37 */
231 HH (d, a, b, c, x[10], S32); /* 38 */
232 HH (c, d, a, b, x[ 6], S33); /* 39 */
233 HH (
[all...]
H A Dmd5c.c107 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
120 #define HH(a, b, c, d, x, s, ac) { \ macro
292 HH (a, b, c, d, x[ 5], S31, 0xfffa3942); /* 33 */
293 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
294 HH (c, d, a, b, x[11], S33, 0x6d9d6122); /* 35 */
295 HH (b, c, d, a, x[14], S34, 0xfde5380c); /* 36 */
296 HH (a, b, c, d, x[ 1], S31, 0xa4beea44); /* 37 */
297 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
298 HH (c, d, a, b, x[ 7], S33, 0xf6bb4b60); /* 39 */
299 HH (
[all...]
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_hash.c75 * FF, GG, and HH are transformations for rounds 1, 2, and 3.
88 #define HH(a, b, c, d, x, s) { \ macro
130 HH(a, b, c, d, data[3], 3);
131 HH(d, a, b, c, data[7], 9);
132 HH(c, d, a, b, data[2], 11);
133 HH(b, c, d, a, data[6], 15);
134 HH(a, b, c, d, data[1], 3);
135 HH(d, a, b, c, data[5], 9);
136 HH(c, d, a, b, data[0], 11);
137 HH(
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dia64.S1385 #define HH r20 define
1456 shr.u HH=H,32;;
1457 cmp.eq p6,p7=HH,DH };;
1473 (p0) cmp.eq equ,cont=HH,r31 };;
1477 { .mib; (cont) cmp.leu cont,break=HH,r31
1486 shr.u HH=H,32;;
1487 cmp.eq p6,p7=HH,DH };;
1503 (p0) cmp.eq equ,cont=HH,r31 };;
1507 { .mib; (cont) cmp.leu cont,break=HH,r31
H A Dmips.pl910 $HH=$ta1;
923 $SRL $HH,$a0,4*$BNSZ # bits
925 beq $DH,$HH,.L_bn_div_words_skip_div1
937 seq $t8,$HH,$t1
938 sltu $at,$HH,$t1
956 $SRL $HH,$a0,4*$BNSZ # bits
958 beq $DH,$HH,.L_bn_div_words_skip_div2
970 seq $t8,$HH,$t1
971 sltu $at,$HH,$t1
1005 undef $HH; unde
[all...]
H A Dmips3.s653 #define HH ta1 define
664 dsrl HH,a0,32
666 beq DH,HH,.L_bn_div_words_skip_div1
678 seq t8,HH,t1
679 sltu AT,HH,t1
697 dsrl HH,a0,32
699 beq DH,HH,.L_bn_div_words_skip_div2
712 seq t8,HH,t1
713 sltu AT,HH,t1
725 #undef HH
[all...]
/freebsd-11-stable/contrib/opie/libopie/
H A Dmd4c.c83 /* FF, GG and HH are transformations for rounds 1, 2 and 3 */
94 #define HH(a, b, c, d, x, s) { \ macro
216 HH(a, b, c, d, x[0], S31); /* 33 */
217 HH(d, a, b, c, x[8], S32); /* 34 */
218 HH(c, d, a, b, x[4], S33); /* 35 */
219 HH(b, c, d, a, x[12], S34); /* 36 */
220 HH(a, b, c, d, x[2], S31); /* 37 */
221 HH(d, a, b, c, x[10], S32); /* 38 */
222 HH(c, d, a, b, x[6], S33); /* 39 */
223 HH(
[all...]
H A Dmd5c.c117 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
132 #define HH(a, b, c, d, x, s, ac) { \ macro
262 HH(a, b, c, d, x[5], S31, 0xfffa3942); /* 33 */
263 HH(d, a, b, c, x[8], S32, 0x8771f681); /* 34 */
264 HH(c, d, a, b, x[11], S33, 0x6d9d6122); /* 35 */
265 HH(b, c, d, a, x[14], S34, 0xfde5380c); /* 36 */
266 HH(a, b, c, d, x[1], S31, 0xa4beea44); /* 37 */
267 HH(d, a, b, c, x[4], S32, 0x4bdecfa9); /* 38 */
268 HH(c, d, a, b, x[7], S33, 0xf6bb4b60); /* 39 */
269 HH(
[all...]
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_md4.c95 /* FF, GG and HH are transformations for rounds 1, 2 and 3 */
106 #define HH(a, b, c, d, x, s) { \ macro
339 HH (a, b, c, d, x[ 0], S31); /* 33 */
340 HH (d, a, b, c, x[ 8], S32); /* 34 */
341 HH (c, d, a, b, x[ 4], S33); /* 35 */
342 HH (b, c, d, a, x[12], S34); /* 36 */
343 HH (a, b, c, d, x[ 2], S31); /* 37 */
344 HH (d, a, b, c, x[10], S32); /* 38 */
345 HH (c, d, a, b, x[ 6], S33); /* 39 */
346 HH (
[all...]
H A Dapr_md5.c119 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
132 #define HH(a, b, c, d, x, s, ac) { \ macro
391 HH(a, b, c, d, x[5], S31, 0xfffa3942); /* 33 */
392 HH(d, a, b, c, x[8], S32, 0x8771f681); /* 34 */
393 HH(c, d, a, b, x[11], S33, 0x6d9d6122); /* 35 */
394 HH(b, c, d, a, x[14], S34, 0xfde5380c); /* 36 */
395 HH(a, b, c, d, x[1], S31, 0xa4beea44); /* 37 */
396 HH(d, a, b, c, x[4], S32, 0x4bdecfa9); /* 38 */
397 HH(c, d, a, b, x[7], S33, 0xf6bb4b60); /* 39 */
398 HH(
[all...]
/freebsd-11-stable/lib/libmd/
H A Dmd4c.c76 /* FF, GG and HH are transformations for rounds 1, 2 and 3 */
86 #define HH(a, b, c, d, x, s) { \ macro
233 HH (a, b, c, d, x[ 0], S31); /* 33 */
234 HH (d, a, b, c, x[ 8], S32); /* 34 */
235 HH (c, d, a, b, x[ 4], S33); /* 35 */
236 HH (b, c, d, a, x[12], S34); /* 36 */
237 HH (a, b, c, d, x[ 2], S31); /* 37 */
238 HH (d, a, b, c, x[10], S32); /* 38 */
239 HH (c, d, a, b, x[ 6], S33); /* 39 */
240 HH (
[all...]
H A Dmd5c.c103 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
116 #define HH(a, b, c, d, x, s, ac) { \ macro
291 HH (a, b, c, d, x[ 5], S31, 0xfffa3942); /* 33 */
292 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
293 HH (c, d, a, b, x[11], S33, 0x6d9d6122); /* 35 */
294 HH (b, c, d, a, x[14], S34, 0xfde5380c); /* 36 */
295 HH (a, b, c, d, x[ 1], S31, 0xa4beea44); /* 37 */
296 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
297 HH (c, d, a, b, x[ 7], S33, 0xf6bb4b60); /* 39 */
298 HH (
[all...]

Completed in 102 milliseconds