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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c214 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
681 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
691 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
704 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
786 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
789 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
812 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/macosx-10.10.1/ksh-23/ksh/src/lib/libsum/
H A Dsum-sha2.c260 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
831 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
841 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
854 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
936 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
939 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
962 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/macosx-10.10.1/ntp-92/lib/isc/
H A Dsha2.c200 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
830 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
840 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
853 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
936 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
939 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
962 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/macosx-10.10.1/ruby-106/ruby/ext/digest/sha2/
H A Dsha2.c221 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
688 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
698 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
711 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
793 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
796 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
819 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dsha2.c177 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
583 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
595 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \
682 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
704 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/macosx-10.10.1/bind9-45.101/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] +
/macosx-10.10.1/apr-32/apr/apr/random/unix/
H A Dsha2.c142 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro

Completed in 136 milliseconds