Searched refs:S32 (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libsum/common/
H A Dsum-sha2.c98 #undef S32 macro
262 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
271 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
272 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
273 #define sigma0_256(x) (S32(7, (x)) ^ S32(1
[all...]
H A Dsum-md5.c158 #define S32 11 macro
247 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
251 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
255 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
259 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
/osnet-11/usr/src/lib/libsasl/lib/
H A Dmd5.c63 #define S32 11 macro
255 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
259 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
263 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
267 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c251 #define S32 11 macro
255 HH (d, a, b, c, in[ 8], S32, 2272392833U); /* 34 */
259 HH (d, a, b, c, in[ 4], S32, 1272893353U); /* 38 */
263 HH (d, a, b, c, in[ 0], S32, 3936430074U); /* 42 */
267 HH (d, a, b, c, in[12], S32, 3873151461U); /* 46 */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.xs173 #define S32 11
328 HH (d, a, b, c, 8, S32, 0x8771f681); /* 34 */
332 HH (d, a, b, c, 4, S32, 0x4bdecfa9); /* 38 */
336 HH (d, a, b, c, 0, S32, 0xeaa127fa); /* 42 */
340 HH (d, a, b, c, 12, S32, 0xe6db99e5); /* 46 */

Completed in 20 milliseconds