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

/bind-9.11.3/lib/isc/
H A Dsha2.c663 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x))) macro
1245 (h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)), \
1255 (h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)); \
1268 (h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)); \
1356 T2 = Sigma0_512(a) + Maj(a, b, c);
1379 T2 = Sigma0_512(a) + Maj(a, b, c);

Completed in 15 milliseconds