Home
last modified time | relevance | path

Searched defs:U8TO32_LE (Results 1 – 25 of 80) sorted by relevance

1234

/dports/lang/perl5.30/perl-5.30.3/
H A Dhv_macro.h26 #define U8TO32_LE(ptr) (*((const U32*)(ptr))) macro
31 #define U8TO32_LE(ptr) (__builtin_bswap32(*((U32*)(ptr)))) macro
40 #define U8TO32_LE(ptr) ((U32)(ptr)[0]|(U32)(ptr)[1]<<8|(U32)(ptr)[2]<<16|(U32)(ptr)[3]<<24) macro
H A Dstadtx_hash.h76 #define U8TO32_LE(ptr) (*((const U32 *)(ptr))) macro
78 #define U8TO32_LE(ptr) (\ macro
H A Dzaphod32_hash.h90 #define U8TO32_LE(ptr) (*((const U32 *)(ptr))) macro
92 #define U8TO32_LE(ptr) (\ macro
/dports/lang/perl5.34/perl-5.34.0/
H A Dhv_macro.h36 #define U8TO32_LE(ptr) (*((const U32*)(ptr))) macro
42 #define U8TO32_LE(ptr) (_shifted_octet(U32,(ptr),0, 0)|\ macro
/dports/lang/perl5.32/perl-5.32.1/
H A Dhv_macro.h36 #define U8TO32_LE(ptr) (*((const U32*)(ptr))) macro
42 #define U8TO32_LE(ptr) (_shifted_octet(U32,(ptr),0, 0)|\ macro
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dhv_macro.h36 #define U8TO32_LE(ptr) (*((const U32*)(ptr))) macro
42 #define U8TO32_LE(ptr) (_shifted_octet(U32,(ptr),0, 0)|\ macro
/dports/lang/mono/mono-5.10.1.57/external/boringssl/crypto/poly1305/
H A Dpoly1305.c32 static uint32_t U8TO32_LE(const uint8_t *m) { in U8TO32_LE() function
40 static uint32_t U8TO32_LE(const uint8_t *m) { in U8TO32_LE() function
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/freebl/
H A Dpoly1305.c24 U8TO32_LE(const unsigned char *m) in U8TO32_LE() function
38 U8TO32_LE(const unsigned char *m) in U8TO32_LE() function
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/freebl/
H A Dpoly1305.c24 U8TO32_LE(const unsigned char *m) in U8TO32_LE() function
38 U8TO32_LE(const unsigned char *m) in U8TO32_LE() function
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/poly1305/
H A Dpoly1305.c71 static uint32_t U8TO32_LE(const unsigned char *m) in U8TO32_LE() function
83 static uint32_t U8TO32_LE(const unsigned char *m) in U8TO32_LE() function
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dpoly1305.c19 #define U8TO32_LE(p) \ macro
/dports/security/libssh/libssh-0.9.6/src/external/
H A Dpoly1305.c15 #define U8TO32_LE(p) \ macro
/dports/net/p5-Net-SSH-Perl/Net-SSH-Perl-2.14/src/chacha/
H A Dpoly1305.c15 #define U8TO32_LE(p) \ macro
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dpoly1305.c19 #define U8TO32_LE(p) \ macro
/dports/security/tinc-devel/tinc-1.1pre18/src/chacha-poly1305/
H A Dpoly1305.c12 #define U8TO32_LE(p) \ macro
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dpoly1305.c19 #define U8TO32_LE(p) \ macro
/dports/net/libwebsockets/libwebsockets-v4.2.2/plugins/ssh-base/crypto/
H A Dpoly1305.c13 #define U8TO32_LE(p) \ macro
/dports/security/openssh-portable/openssh-8.8p1/
H A Dpoly1305.c19 #define U8TO32_LE(p) \ macro
/dports/dns/bind-tools/bind-9.16.27/lib/isc/
H A Dsiphash.c75 #define U8TO32_LE(p) \ macro
/dports/dns/bind916/bind-9.16.27/lib/isc/
H A Dsiphash.c75 #define U8TO32_LE(p) \ macro
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isc/
H A Dsiphash.c73 #define U8TO32_LE(p) \ macro
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/
H A Dcsprng.c45 #define U8TO32_LE(p) \ macro
H A Dchacha.c44 #define U8TO32_LE(p) \ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305.c32 static uint32_t U8TO32_LE(const uint8_t *m) { in U8TO32_LE() function
/dports/devel/sccache/sccache-0.2.15/cargo-crates/ring-0.16.19/crypto/poly1305/
H A Dpoly1305.c33 static uint32_t U8TO32_LE(const uint8_t *m) { in U8TO32_LE() function

1234