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

/freebsd-11-stable/contrib/apr/random/unix/
H A Dsha2.c136 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro
212 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
222 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
235 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
322 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
325 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
348 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/freebsd-11-stable/contrib/ldns/
H A Dsha2.c203 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro
332 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
342 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
355 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
444 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
447 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
470 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsha2.c172 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro
304 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
315 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
402 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
424 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dsha2.c353 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro
612 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
622 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
635 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
726 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
729 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
752 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +

Completed in 88 milliseconds