Searched refs:MD5_SHIFT_21 (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | md5_consts.h | 116 #define MD5_SHIFT_21 5 macro
|
/titanic_50/usr/src/common/crypto/md5/ |
H A D | md5.c | 581 GG(a, b, c, d, x_1, MD5_SHIFT_21, MD5_CONST_e(16)); /* 17 */ in MD5Transform() 585 GG(a, b, c, d, x_5, MD5_SHIFT_21, MD5_CONST_e(20)); /* 21 */ in MD5Transform() 589 GG(a, b, c, d, x_9, MD5_SHIFT_21, MD5_CONST_e(24)); /* 25 */ in MD5Transform() 593 GG(a, b, c, d, x_13, MD5_SHIFT_21, MD5_CONST_e(28)); /* 29 */ in MD5Transform()
|