Searched refs:HH (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | md4c.c | 88 #define HH(a, b, c, d, x, s) { \ macro 228 HH (a, b, c, d, x[ 0], S31); /* 33 */ in MD4Transform() 229 HH (d, a, b, c, x[ 8], S32); /* 34 */ in MD4Transform() 230 HH (c, d, a, b, x[ 4], S33); /* 35 */ in MD4Transform() 231 HH (b, c, d, a, x[12], S34); /* 36 */ in MD4Transform() 232 HH (a, b, c, d, x[ 2], S31); /* 37 */ in MD4Transform() 233 HH (d, a, b, c, x[10], S32); /* 38 */ in MD4Transform() 234 HH (c, d, a, b, x[ 6], S33); /* 39 */ in MD4Transform() 235 HH (b, c, d, a, x[14], S34); /* 40 */ in MD4Transform() 236 HH (a, b, c, d, x[ 1], S31); /* 41 */ in MD4Transform() [all …]
|
| H A D | md5c.c | 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 (b, c, d, a, x[10], S34, 0xbebfbc70); /* 40 */ 300 HH (a, b, c, d, x[13], S31, 0x289b7ec6); /* 41 */ [all …]
|