Searched refs:MD5_SHIFT_42 (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | md5_consts.h | 125 #define MD5_SHIFT_42 10 macro
|
/titanic_41/usr/src/common/crypto/md5/ |
H A D | md5.c | 618 II(d, a, b, c, x_7, MD5_SHIFT_42, MD5_CONST_o(49)); /* 50 */ in MD5Transform() 622 II(d, a, b, c, x_3, MD5_SHIFT_42, MD5_CONST_o(53)); /* 54 */ in MD5Transform() 626 II(d, a, b, c, x_15, MD5_SHIFT_42, MD5_CONST_o(57)); /* 58 */ in MD5Transform() 630 II(d, a, b, c, x_11, MD5_SHIFT_42, MD5_CONST_o(61)); /* 62 */ in MD5Transform()
|