Searched refs:Sigma1_512 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/ldns/
H A Dsha2.c209 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
639 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
649 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
662 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
746 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
749 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
772 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-10.0-release/sys/crypto/sha2/
H A Dsha2.c203 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
670 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
680 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
693 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
775 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
778 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
801 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dsha2.c173 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
579 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
591 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \
678 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
700 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-10.0-release/contrib/apr/random/unix/
H A Dsha2.c142 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro

Completed in 191 milliseconds