Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-sha2.c254 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro
463 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
473 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
486 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
573 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256_Transform()
576 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in SHA256_Transform()
599 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()