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

/freebsd-9.3-release/sys/crypto/sha2/
H A Dsha2.c200 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
667 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
677 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
690 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
772 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
775 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
798 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-9.3-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-9.3-release/contrib/bind9/lib/isc/
H A Dsha2.c359 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
937 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
947 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
960 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
1046 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
1049 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
1072 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dsha2.c359 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
937 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
947 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
960 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
1046 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
1049 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
1072 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +

Completed in 114 milliseconds