Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c126 #define MD5_CONST_e(x) MD5_CONST(x) macro
201 #define MD5_CONST_e(x) (md5_consts64[x/2] >> 32) macro
206 #define MD5_CONST_e(x) (md5_consts[x]) macro
563 FF(a, b, c, d, x_0, MD5_SHIFT_11, MD5_CONST_e(0)); /* 1 */ in MD5Transform()
565 FF(c, d, a, b, x_2, MD5_SHIFT_13, MD5_CONST_e(2)); /* 3 */ in MD5Transform()
567 FF(a, b, c, d, x_4, MD5_SHIFT_11, MD5_CONST_e(4)); /* 5 */ in MD5Transform()
569 FF(c, d, a, b, x_6, MD5_SHIFT_13, MD5_CONST_e(6)); /* 7 */ in MD5Transform()
571 FF(a, b, c, d, x_8, MD5_SHIFT_11, MD5_CONST_e(8)); /* 9 */ in MD5Transform()
573 FF(c, d, a, b, x_10, MD5_SHIFT_13, MD5_CONST_e(10)); /* 11 */ in MD5Transform()
575 FF(a, b, c, d, x_12, MD5_SHIFT_11, MD5_CONST_e(12)); /* 13 */ in MD5Transform()
[all …]