Searched defs:S32 (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libsum/ |
H A D | sum-md5.c | 139 #define S32 11 macro 228 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ 232 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ 236 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */ 240 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
|
H A D | sum-sha2.c | 80 #undef S32 macro 244 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro 253 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x))) 254 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) 255 #define sigma0_256(x) (S32(7, (x)) ^ S32(1 [all...] |
Completed in 29 milliseconds