Searched refs:MD5_SHIFT_11 (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | md5_consts.h | 112 #define MD5_SHIFT_11 7 macro
|
/titanic_50/usr/src/common/crypto/md5/ |
H A D | md5.c | 563 FF(a, b, c, d, x_0, MD5_SHIFT_11, MD5_CONST_e(0)); /* 1 */ in MD5Transform() 567 FF(a, b, c, d, x_4, MD5_SHIFT_11, MD5_CONST_e(4)); /* 5 */ in MD5Transform() 571 FF(a, b, c, d, x_8, MD5_SHIFT_11, MD5_CONST_e(8)); /* 9 */ in MD5Transform() 575 FF(a, b, c, d, x_12, MD5_SHIFT_11, MD5_CONST_e(12)); /* 13 */ in MD5Transform()
|