Searched refs:MD5_SHIFT_41 (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | md5_consts.h | 124 #define MD5_SHIFT_41 6 macro
|
/titanic_44/usr/src/common/crypto/md5/ |
H A D | md5.c | 617 II(a, b, c, d, x_0, MD5_SHIFT_41, MD5_CONST_e(48)); /* 49 */ in MD5Transform() 621 II(a, b, c, d, x_12, MD5_SHIFT_41, MD5_CONST_e(52)); /* 53 */ in MD5Transform() 625 II(a, b, c, d, x_8, MD5_SHIFT_41, MD5_CONST_e(56)); /* 57 */ in MD5Transform() 629 II(a, b, c, d, x_4, MD5_SHIFT_41, MD5_CONST_e(60)); /* 61 */ in MD5Transform()
|