Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c619 II(c, d, a, b, x_14, MD5_SHIFT_43, MD5_CONST_e(50)); /* 51 */ in MD5Transform()
623 II(c, d, a, b, x_10, MD5_SHIFT_43, MD5_CONST_e(54)); /* 55 */ in MD5Transform()
627 II(c, d, a, b, x_6, MD5_SHIFT_43, MD5_CONST_e(58)); /* 59 */ in MD5Transform()
631 II(c, d, a, b, x_2, MD5_SHIFT_43, MD5_CONST_e(62)); /* 63 */ in MD5Transform()
/illumos-gate/usr/src/uts/common/sys/
H A Dmd5_consts.h124 #define MD5_SHIFT_43 15 macro