Searched refs:MD5_SHIFT_14 (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | md5_consts.h | 115 #define MD5_SHIFT_14 22 macro
|
/titanic_41/usr/src/common/crypto/md5/ |
H A D | md5.c | 566 FF(b, c, d, a, x_3, MD5_SHIFT_14, MD5_CONST_o(3)); /* 4 */ in MD5Transform() 570 FF(b, c, d, a, x_7, MD5_SHIFT_14, MD5_CONST_o(7)); /* 8 */ in MD5Transform() 574 FF(b, c, d, a, x_11, MD5_SHIFT_14, MD5_CONST_o(11)); /* 12 */ in MD5Transform() 578 FF(b, c, d, a, x_15, MD5_SHIFT_14, MD5_CONST_o(15)); /* 16 */ in MD5Transform()
|