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

/bind-9.11.3/lib/isc/
H A Dsha2.c657 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x))) macro
920 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
930 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
943 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
1036 T2 = Sigma0_256(a) + Maj(a, b, c);
1059 T2 = Sigma0_256(a) + Maj(a, b, c);

Completed in 13 milliseconds