Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsum/common/
H A Dsum-sha2.c271 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x))) macro
484 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
494 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
507 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
596 T2 = Sigma0_256(a) + Maj(a, b, c); in SHA256_Transform()
619 T2 = Sigma0_256(a) + Maj(a, b, c); in SHA256_Transform()