Searched refs:Sigma1_512 (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libsum/ |
H A D | sum-sha2.c | 260 #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]; 939 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); 962 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
|
Completed in 12 milliseconds