Searched refs:S41 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/opie/libopie/
H A Dmd5c.c65 #define S41 6 macro
280 II(a, b, c, d, x[0], S41, 0xf4292244); /* 49 */
284 II(a, b, c, d, x[12], S41, 0x655b59c3); /* 53 */
288 II(a, b, c, d, x[8], S41, 0x6fa87e4f); /* 57 */
292 II(a, b, c, d, x[4], S41, 0xf7537e82); /* 61 */
/freebsd-11-stable/sys/kern/
H A Dmd5c.c310 #define S41 6 macro
314 II (a, b, c, d, x[ 0], S41, 0xf4292244); /* 49 */
318 II (a, b, c, d, x[12], S41, 0x655b59c3); /* 53 */
322 II (a, b, c, d, x[ 8], S41, 0x6fa87e4f); /* 57 */
326 II (a, b, c, d, x[ 4], S41, 0xf7537e82); /* 61 */
/freebsd-11-stable/lib/libmd/
H A Dmd5c.c309 #define S41 6 macro
313 II (a, b, c, d, x[ 0], S41, 0xf4292244); /* 49 */
317 II (a, b, c, d, x[12], S41, 0x655b59c3); /* 53 */
321 II (a, b, c, d, x[ 8], S41, 0x6fa87e4f); /* 57 */
325 II (a, b, c, d, x[ 4], S41, 0xf7537e82); /* 61 */
/freebsd-11-stable/contrib/ipfilter/
H A Dmd5.c279 #define S41 6 macro
283 II ( a, b, c, d, in[ 0], S41, UL(4096336452)); /* 49 */
287 II ( a, b, c, d, in[12], S41, UL(1700485571)); /* 53 */
291 II ( a, b, c, d, in[ 8], S41, UL(1873313359)); /* 57 */
295 II ( a, b, c, d, in[ 4], S41, UL(4149444226)); /* 61 */
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_md5.c84 #define S41 6 macro
409 II(a, b, c, d, x[0], S41, 0xf4292244); /* 49 */
413 II(a, b, c, d, x[12], S41, 0x655b59c3); /* 53 */
417 II(a, b, c, d, x[8], S41, 0x6fa87e4f); /* 57 */
421 II(a, b, c, d, x[4], S41, 0xf7537e82); /* 61 */

Completed in 69 milliseconds