Searched refs:Sigma1_512 (Results 1 – 2 of 2) sorted by relevance
/external/ipsec-tools/src/racoon/missing/crypto/sha2/ |
D | sha2.c | 211 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro 678 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \ 688 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \ 701 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \ 783 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform() 786 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform() 809 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
|
/external/openssh/openbsd-compat/ |
D | sha2.c | 180 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro 650 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \ 662 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \ 749 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512Transform() 771 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512Transform()
|