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

/bind-9.11.3/lib/isc/
H A Dsha2.c648 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
657 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
658 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
659 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
660 #define sigma1_256(x) (S32(1
[all...]

Completed in 14 milliseconds