Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/md4/
H A Dmd4.c56 #define S31 3 macro
236 HH(a, b, c, d, x[ 0], S31); /* 33 */ in MD4Transform()
240 HH(a, b, c, d, x[ 2], S31); /* 37 */ in MD4Transform()
244 HH(a, b, c, d, x[ 1], S31); /* 41 */ in MD4Transform()
248 HH(a, b, c, d, x[ 3], S31); /* 45 */ in MD4Transform()
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c248 #define S31 4 in Transform() macro
252 HH (a, b, c, d, in[ 5], S31, 4294588738U); /* 33 */ in Transform()
256 HH (a, b, c, d, in[ 1], S31, 2763975236U); /* 37 */ in Transform()
260 HH (a, b, c, d, in[13], S31, 681279174U); /* 41 */ in Transform()
264 HH (a, b, c, d, in[ 9], S31, 3654602809U); /* 45 */ in Transform()
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-md5.c138 #define S31 4 macro
227 HH (a, b, c, d, x[ 5], S31, 0xfffa3942); /* 33 */ in md5_transform()
231 HH (a, b, c, d, x[ 1], S31, 0xa4beea44); /* 37 */ in md5_transform()
235 HH (a, b, c, d, x[13], S31, 0x289b7ec6); /* 41 */ in md5_transform()
239 HH (a, b, c, d, x[ 9], S31, 0xd9d4d039); /* 45 */ in md5_transform()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c61 #define S31 4 macro
253 HH (a, b, c, d, x[ 5], S31, 0xfffa3942); /* 33 */
257 HH (a, b, c, d, x[ 1], S31, 0xa4beea44); /* 37 */
261 HH (a, b, c, d, x[13], S31, 0x289b7ec6); /* 41 */
265 HH (a, b, c, d, x[ 9], S31, 0xd9d4d039); /* 45 */