Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/md4/
H A Dmd4.c50 #define S13 11 macro
201 FF(c, d, a, b, x[ 2], S13); /* 3 */ in MD4Transform()
205 FF(c, d, a, b, x[ 6], S13); /* 7 */ in MD4Transform()
209 FF(c, d, a, b, x[10], S13); /* 11 */ in MD4Transform()
213 FF(c, d, a, b, x[14], S13); /* 15 */ in MD4Transform()
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c206 #define S13 17 in Transform() macro
210 FF (c, d, a, b, in[ 2], S13, 606105819U); /* 3 */ in Transform()
214 FF (c, d, a, b, in[ 6], S13, 2821735955U); /* 7 */ in Transform()
218 FF (c, d, a, b, in[10], S13, 4294925233U); /* 11 */ in Transform()
222 FF (c, d, a, b, in[14], S13, 2792965006U); /* 15 */ in Transform()
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-md5.c132 #define S13 17 macro
193 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ in md5_transform()
197 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */ in md5_transform()
201 FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */ in md5_transform()
205 FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */ in md5_transform()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c55 #define S13 17 macro
219 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
223 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
227 FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */
231 FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */