Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-sha2.c260 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
831 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
841 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
854 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
936 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
939 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
962 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()