Searched refs:Sigma1_256 (Results 1 – 2 of 2) sorted by relevance
/external/ipsec-tools/src/racoon/missing/crypto/sha2/ |
D | sha2.c | 205 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro 351 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 361 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 374 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 461 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256_Transform() 464 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in SHA256_Transform() 487 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()
|
/external/openssh/openbsd-compat/ |
D | sha2.c | 172 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro 304 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \ 315 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \ 402 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256_Transform() 424 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()
|