Home
last modified time | relevance | path

Searched refs:Sigma1_512 (Results 1 – 25 of 117) sorted by relevance

12345

/dports/dns/getdns/getdns-1.5.2/src/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]; in SHA512_Transform()
296 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
319 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
/dports/dns/unbound/unbound-1.14.0/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]; in SHA512_Transform()
296 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
319 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
/dports/misc/libsolv/libsolv-0.7.19/src/
H A Dsha2.c209 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
656 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
666 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
679 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
761 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
764 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
787 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/
H A Dsha2.c209 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
650 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
660 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
673 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
757 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in ldns_sha512_Transform()
760 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in ldns_sha512_Transform()
783 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in ldns_sha512_Transform()
/dports/dns/py-ldns/ldns-1.8.1/
H A Dsha2.c209 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
650 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
660 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
673 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
757 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in ldns_sha512_Transform()
760 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in ldns_sha512_Transform()
783 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in ldns_sha512_Transform()
/dports/dns/ldns/ldns-1.8.1/
H A Dsha2.c209 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
650 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
660 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
673 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
757 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in ldns_sha512_Transform()
760 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in ldns_sha512_Transform()
783 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in ldns_sha512_Transform()
/dports/devel/radare2/radare2-5.1.1/libr/hash/
H A Dsha2.c161 #define Sigma1_512(x) (S64 (14, (x)) ^ S64 (18, (x)) ^ S64 (41, (x))) macro
634 T1 = (h) + Sigma1_512 (e) + Ch ((e), (f), (g)) +\
644 T1 = (h) + Sigma1_512 (e) + Ch ((e), (f), (g)) +\
657 T1 = (h) + Sigma1_512 (e) + Ch ((e), (f), (g)) + K512[j] +\
739 T1 = h + Sigma1_512 (e) + Ch (e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
742 T1 = h + Sigma1_512 (e) + Ch (e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
765 T1 = h + Sigma1_512 (e) + Ch (e, f, g) + K512[j] + in SHA512_Transform()
/dports/security/R-cran-digest/digest/src/
H A Dsha2.c214 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
690 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
700 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
713 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
795 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
798 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
821 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/dports/multimedia/handbrake/ffmpeg-4.4/libavutil/
H A Dsha512.c97 #define Sigma1_512(x) (ror((x), 14) ^ ror((x), 18) ^ ror((x), 41)) macro
106 T1 += (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[i]; \
141 T1 += h + Sigma1_512(e) + Ch(e, f, g) + K512[i]; in sha512_transform()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavutil/
H A Dsha512.c97 #define Sigma1_512(x) (ror((x), 14) ^ ror((x), 18) ^ ror((x), 41)) macro
106 T1 += (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[i]; \
141 T1 += h + Sigma1_512(e) + Ch(e, f, g) + K512[i]; in sha512_transform()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavutil/
H A Dsha512.c97 #define Sigma1_512(x) (ror((x), 14) ^ ror((x), 18) ^ ror((x), 41)) macro
106 T1 += (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[i]; \
141 T1 += h + Sigma1_512(e) + Ch(e, f, g) + K512[i]; in sha512_transform()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavutil/
H A Dsha512.c97 #define Sigma1_512(x) (ror((x), 14) ^ ror((x), 18) ^ ror((x), 41)) macro
106 T1 += (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[i]; \
141 T1 += h + Sigma1_512(e) + Ch(e, f, g) + K512[i]; in sha512_transform()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavutil/
H A Dsha512.c97 #define Sigma1_512(x) (ror((x), 14) ^ ror((x), 18) ^ ror((x), 41)) macro
106 T1 += (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[i]; \
141 T1 += h + Sigma1_512(e) + Ch(e, f, g) + K512[i]; in sha512_transform()
/dports/security/d0_blind_id/d0_blind_id-1.0/
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]; in SHA512_Transform()
796 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
819 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
/dports/sysutils/dcfldd/dcfldd-1.7.1/src/
H A Dsha2.c213 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
680 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
690 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
703 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
785 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
788 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
811 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_hash/
H A Dsha2.c212 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
679 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
689 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
702 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
784 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
787 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
810 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
/dports/games/xonotic/Xonotic/source/d0_blind_id/
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]; in SHA512_Transform()
796 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
819 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
/dports/net/openldap25-server/openldap-2.5.9/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c214 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
683 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
693 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
706 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
788 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
791 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
814 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
/dports/net/openldap24-server/openldap-2.4.59/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c214 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
683 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
693 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
706 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
788 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
791 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
814 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
/dports/net/py-DTLSSocket/DTLSSocket-0.1.12/DTLSSocket/tinydtls/sha2/
H A Dsha2.c238 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
715 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
725 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
738 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
820 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in dtls_sha512_transform()
823 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in dtls_sha512_transform()
846 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in dtls_sha512_transform()
/dports/net/kamailio/kamailio-5.4.5/src/core/crypto/
H A Dsha256.c218 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
685 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
695 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
708 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
790 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
793 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
816 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
/dports/security/sha2wordlist/sha2wordlist-3615281/
H A Dsha2.c213 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
680 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
690 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
703 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
785 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
788 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
811 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
/dports/net/openldap24-client/openldap-2.4.59/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c214 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
683 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
693 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
706 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
788 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
791 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
814 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
/dports/net/openldap25-client/openldap-2.5.9/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c214 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
683 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
693 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
706 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
788 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
791 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
814 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c214 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
683 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
693 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
706 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
788 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
791 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
814 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()

12345