Home
last modified time | relevance | path

Searched refs:Sigma1_512 (Results 1 – 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/missing/crypto/sha2/
Dsha2.c211 #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/
Dsha2.c178 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
584 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
596 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \
683 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
705 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()