Searched refs:MD5_SHIFT_23 (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | md5_consts.h | 118 #define MD5_SHIFT_23 14 macro
|
/titanic_41/usr/src/common/crypto/md5/ |
H A D | md5.c | 583 GG(c, d, a, b, x_11, MD5_SHIFT_23, MD5_CONST_e(18)); /* 19 */ in MD5Transform() 587 GG(c, d, a, b, x_15, MD5_SHIFT_23, MD5_CONST_e(22)); /* 23 */ in MD5Transform() 591 GG(c, d, a, b, x_3, MD5_SHIFT_23, MD5_CONST_e(26)); /* 27 */ in MD5Transform() 595 GG(c, d, a, b, x_7, MD5_SHIFT_23, MD5_CONST_e(30)); /* 31 */ in MD5Transform()
|