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

/osnet-11/usr/src/lib/libsum/common/
H A Dsum-sha2.c278 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
849 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
859 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
872 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
954 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
957 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
980 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +

Completed in 23 milliseconds