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

/freebsd-11-stable/contrib/unbound/compat/
H A Dsha512.c195 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
293 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
296 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
319 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-11-stable/contrib/ldns/
H A Dsha2.c209 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
646 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
656 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
669 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
753 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
756 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
779 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A 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];
705 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-11-stable/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] +
/freebsd-11-stable/contrib/apr/random/unix/
H A Dsha2.c142 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro

Completed in 117 milliseconds