Searched refs:Sigma1_256 (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libsum/ |
H A D | sum-sha2.c | 254 #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]; 576 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); 599 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
|
Completed in 11 milliseconds