Home
last modified time | relevance | path

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

/dragonfly/sys/crypto/sha2/
H A Dsha2.c202 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
669 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
679 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
692 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
774 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
777 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
800 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
/dragonfly/contrib/ldns/
H A Dsha2.c209 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
650 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
660 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
673 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
757 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in ldns_sha512_Transform()
760 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in ldns_sha512_Transform()
783 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in ldns_sha512_Transform()