Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-sha2.c259 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x))) macro
834 (h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)), \
844 (h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)); \
857 (h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)); \
941 T2 = Sigma0_512(a) + Maj(a, b, c); in SHA512_Transform()
964 T2 = Sigma0_512(a) + Maj(a, b, c); in SHA512_Transform()