Searched refs:S14 (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/libbb/ |
D | hash_md5prime.c | 299 #define S14 22 in md5_transform() macro 303 FF(b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */ in md5_transform() 307 FF(b, c, d, a, x[ 7], S14, 0xfd469501); /* 8 */ in md5_transform() 311 FF(b, c, d, a, x[11], S14, 0x895cd7be); /* 12 */ in md5_transform() 315 FF(b, c, d, a, x[15], S14, 0x49b40821); /* 16 */ in md5_transform()
|