Searched defs:HH (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dmd5.c74 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
86 #define HH(a, b, c, d, x, s, ac) \ macro
260 HH ( a, b, c, d, in[ 5], S31, UL(4294588738)); /* 33 */
261 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */
262 HH ( c, d, a, b, in[11], S33, UL(1839030562)); /* 35 */
263 HH ( b, c, d, a, in[14], S34, UL(4259657740)); /* 36 */
264 HH ( a, b, c, d, in[ 1], S31, UL(2763975236)); /* 37 */
265 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */
266 HH ( c, d, a, b, in[ 7], S33, UL(4139469664)); /* 39 */
267 HH (
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dmd5.c81 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
93 #define HH(a, b, c, d, x, s, ac) \ macro
273 HH ( a, b, c, d, in[ 5], S31, UL(4294588738)); /* 33 */
274 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */
275 HH ( c, d, a, b, in[11], S33, UL(1839030562)); /* 35 */
276 HH ( b, c, d, a, in[14], S34, UL(4259657740)); /* 36 */
277 HH ( a, b, c, d, in[ 1], S31, UL(2763975236)); /* 37 */
278 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */
279 HH ( c, d, a, b, in[ 7], S33, UL(4139469664)); /* 39 */
280 HH (
[all...]

Completed in 42 milliseconds