Home
last modified time | relevance | path

Searched refs:MD5_SHIFT_41 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c617 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dmd5_consts.h122 #define MD5_SHIFT_41 6 macro