Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c581 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dmd5_consts.h114 #define MD5_SHIFT_21 5 macro