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

/freebsd-9.3-release/sys/crypto/sha2/
H A Dsha2.c194 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro
340 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
350 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
363 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
450 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
453 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
476 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dsha2.c167 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro
299 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
310 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
397 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
419 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/freebsd-9.3-release/contrib/bind9/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] +
/freebsd-9.3-release/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 179 milliseconds