Searched refs:Sigma1_256 (Results 1 – 1 of 1) sorted by relevance
/net-tools-3.4.0/tinydtls-0.8.2/sha2/ |
D | sha2.c | 233 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro 387 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 397 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 410 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 497 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256_Transform() 500 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in SHA256_Transform() 523 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()
|