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

/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_type.h95 typedef signed int S32; typedef
100 typedef signed long S32; typedef
109 S32 High;
129 typedef S32 *PS32;
/opensolaris-onvv-gate/usr/src/common/crypto/md4/
H A Dmd4.c57 #define S32 9 macro
237 HH(d, a, b, c, x[ 8], S32); /* 34 */
241 HH(d, a, b, c, x[10], S32); /* 38 */
245 HH(d, a, b, c, x[ 9], S32); /* 42 */
249 HH(d, a, b, c, x[11], S32); /* 46 */
/opensolaris-onvv-gate/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 */
/opensolaris-onvv-gate/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 */
/opensolaris-onvv-gate/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 */
/opensolaris-onvv-gate/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 107 milliseconds