Home
last modified time | relevance | path

Searched refs:Sigma0_512 (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libsum/common/
H A Dsum-sha2.c277 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x))) macro
852 (h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)), \
862 (h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)); \
875 (h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)); \
959 T2 = Sigma0_512(a) + Maj(a, b, c); in SHA512_Transform()
982 T2 = Sigma0_512(a) + Maj(a, b, c); in SHA512_Transform()