Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-sha2.c253 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x))) macro
466 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
476 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
489 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
578 T2 = Sigma0_256(a) + Maj(a, b, c); in SHA256_Transform()
601 T2 = Sigma0_256(a) + Maj(a, b, c); in SHA256_Transform()