Searched refs:MD5_SHIFT_24 (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | md5_consts.h | 119 #define MD5_SHIFT_24 20 macro
|
/titanic_41/usr/src/common/crypto/md5/ |
H A D | md5.c | 584 GG(b, c, d, a, x_0, MD5_SHIFT_24, MD5_CONST_o(19)); /* 20 */ in MD5Transform() 588 GG(b, c, d, a, x_4, MD5_SHIFT_24, MD5_CONST_o(23)); /* 24 */ in MD5Transform() 592 GG(b, c, d, a, x_8, MD5_SHIFT_24, MD5_CONST_o(27)); /* 28 */ in MD5Transform() 596 GG(b, c, d, a, x_12, MD5_SHIFT_24, MD5_CONST_o(31)); /* 32 */ in MD5Transform()
|