Searched refs:Sigma1_256 (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libsum/common/ |
H A D | sum-sha2.c | 272 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro 481 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 491 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 504 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 591 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; 594 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); 617 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
|
Completed in 59 milliseconds