Searched defs:S24 (Results 1 - 2 of 2) sorted by relevance
| /vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
| H A D | md5.c | 237 #define S24 20 macro 241 GG ( b, c, d, a, in[ 0], S24, UL(3921069994)); /* 20 */ 245 GG ( b, c, d, a, in[ 4], S24, UL(3889429448)); /* 24 */ 249 GG ( b, c, d, a, in[ 8], S24, UL(1163531501)); /* 28 */ 253 GG ( b, c, d, a, in[12], S24, UL(2368359562)); /* 32 */
|
| /vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
| H A D | md5.c | 250 #define S24 20 macro 254 GG ( b, c, d, a, in[ 0], S24, UL(3921069994)); /* 20 */ 258 GG ( b, c, d, a, in[ 4], S24, UL(3889429448)); /* 24 */ 262 GG ( b, c, d, a, in[ 8], S24, UL(1163531501)); /* 28 */ 266 GG ( b, c, d, a, in[12], S24, UL(2368359562)); /* 32 */
|
Completed in 939 milliseconds