Home
last modified time | relevance | path

Searched refs:ByteReverse (Results 1 – 25 of 94) sorted by relevance

1234

/dports/audio/musicpd/mpd-0.23.6/test/util/
H A Dtest_byte_reverse.cxx28 TEST(ByteReverse, A) in TEST() argument
39 TEST(ByteReverse, B) in TEST() argument
50 TEST(ByteReverse, C) in TEST() argument
61 TEST(ByteReverse, D) in TEST() argument
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/taocrypt/include/
H A Dmisc.hpp454 inline word32 ByteReverse(word32 value) in ByteReverse() function
473 inline word64 ByteReverse(word64 value) in ByteReverse() function
476 return (word64(ByteReverse(word32(value))) << 32) | in ByteReverse()
477 ByteReverse(word32(value>>32)); in ByteReverse()
491 inline void ByteReverse(T* out, const T* in, word32 byteCount) in ByteReverse() function
495 out[i] = ByteReverse(in[i]); in ByteReverse()
502 ByteReverse(o, i, byteCount); in ByteReverse()
509 return HostByteOrderIs(order) ? value : ByteReverse(value); in ByteReverseIf()
517 ByteReverse(out, in, bc); in ByteReverseIf()
529 #define LittleReverse ByteReverse
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/taocrypt/include/
H A Dmisc.hpp454 inline word32 ByteReverse(word32 value) in ByteReverse() function
473 inline word64 ByteReverse(word64 value) in ByteReverse() function
476 return (word64(ByteReverse(word32(value))) << 32) | in ByteReverse()
477 ByteReverse(word32(value>>32)); in ByteReverse()
491 inline void ByteReverse(T* out, const T* in, word32 byteCount) in ByteReverse() function
495 out[i] = ByteReverse(in[i]); in ByteReverse()
502 ByteReverse(o, i, byteCount); in ByteReverse()
509 return HostByteOrderIs(order) ? value : ByteReverse(value); in ByteReverseIf()
517 ByteReverse(out, in, bc); in ByteReverseIf()
529 #define LittleReverse ByteReverse
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/taocrypt/include/
H A Dmisc.hpp453 inline word32 ByteReverse(word32 value) in ByteReverse() function
472 inline word64 ByteReverse(word64 value) in ByteReverse() function
475 return (word64(ByteReverse(word32(value))) << 32) | in ByteReverse()
476 ByteReverse(word32(value>>32)); in ByteReverse()
490 inline void ByteReverse(T* out, const T* in, word32 byteCount) in ByteReverse() function
494 out[i] = ByteReverse(in[i]); in ByteReverse()
501 ByteReverse(o, i, byteCount); in ByteReverse()
508 return HostByteOrderIs(order) ? value : ByteReverse(value); in ByteReverseIf()
516 ByteReverse(out, in, bc); in ByteReverseIf()
528 #define LittleReverse ByteReverse
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dmd5.cc31 #define ByteReverse(buf, len) // Nothing. macro
33 static void ByteReverse(uint32_t* buf, int len) {
71 ByteReverse(ctx->in, 16); in MD5Update()
80 ByteReverse(ctx->in, 16); in MD5Update()
108 ByteReverse(ctx->in, 16); in MD5Final()
117 ByteReverse(ctx->in, 14); in MD5Final()
124 ByteReverse(ctx->buf, 4); in MD5Final()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dmd5.cc31 #define ByteReverse(buf, len) // Nothing. macro
33 static void ByteReverse(uint32_t* buf, int len) {
71 ByteReverse(ctx->in, 16); in MD5Update()
80 ByteReverse(ctx->in, 16); in MD5Update()
108 ByteReverse(ctx->in, 16); in MD5Final()
117 ByteReverse(ctx->in, 14); in MD5Final()
124 ByteReverse(ctx->buf, 4); in MD5Final()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dmd5.cc31 #define ByteReverse(buf, len) // Nothing. macro
33 static void ByteReverse(uint32_t* buf, int len) {
71 ByteReverse(ctx->in, 16); in MD5Update()
80 ByteReverse(ctx->in, 16); in MD5Update()
108 ByteReverse(ctx->in, 16); in MD5Final()
117 ByteReverse(ctx->in, 14); in MD5Final()
124 ByteReverse(ctx->buf, 4); in MD5Final()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dmd5.cc31 #define ByteReverse(buf, len) // Nothing. macro
33 static void ByteReverse(uint32* buf, int len) {
71 ByteReverse(ctx->in, 16); in MD5Update()
80 ByteReverse(ctx->in, 16); in MD5Update()
108 ByteReverse(ctx->in, 16); in MD5Final()
117 ByteReverse(ctx->in, 14); in MD5Final()
124 ByteReverse(ctx->buf, 4); in MD5Final()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dmd5.cc31 #define ByteReverse(buf, len) // Nothing. macro
33 static void ByteReverse(uint32_t* buf, int len) {
71 ByteReverse(ctx->in, 16); in MD5Update()
80 ByteReverse(ctx->in, 16); in MD5Update()
108 ByteReverse(ctx->in, 16); in MD5Final()
117 ByteReverse(ctx->in, 14); in MD5Final()
124 ByteReverse(ctx->buf, 4); in MD5Final()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Dmd5.cc31 #define ByteReverse(buf, len) // Nothing. macro
33 static void ByteReverse(uint32_t* buf, int len) {
71 ByteReverse(ctx->in, 16); in MD5Update()
80 ByteReverse(ctx->in, 16); in MD5Update()
108 ByteReverse(ctx->in, 16); in MD5Final()
117 ByteReverse(ctx->in, 14); in MD5Final()
124 ByteReverse(ctx->buf, 4); in MD5Final()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dshark.cpp71 m_roundKeys[0] = ByteReverse(m_roundKeys[0]); in UncheckedSetKey()
72 m_roundKeys[m_rounds] = ByteReverse(m_roundKeys[m_rounds]); in UncheckedSetKey()
88 m_roundKeys[0] = ByteReverse(m_roundKeys[0]); in InitForKeySetup()
89 m_roundKeys[m_rounds] = ByteReverse(m_roundKeys[m_rounds]); in InitForKeySetup()
H A D3way.cpp81 m_k[0] = ByteReverse(m_k[0]); in UncheckedSetKey()
82 m_k[1] = ByteReverse(m_k[1]); in UncheckedSetKey()
83 m_k[2] = ByteReverse(m_k[2]); in UncheckedSetKey()
H A Dmisc.h2036 inline byte ByteReverse(byte value) in ByteReverse() function
2045 inline word16 ByteReverse(word16 value) in ByteReverse() function
2060 inline word32 ByteReverse(word32 value) in ByteReverse() function
2089 inline word64 ByteReverse(word64 value) in ByteReverse() function
2099 return (word64(ByteReverse(word32(value))) << 32) | ByteReverse(word32(value>>32)); in ByteReverse()
2132 return ByteReverse(value); in BitReverse()
2151 return ByteReverse(value); in BitReverse()
2166 return ByteReverse(value); in BitReverse()
2252 out[i] = ByteReverse(in[i]); in ByteReverse()
2272 ByteReverse(out, in, byteCount); in ConditionalByteReverse()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dshark.cpp71 m_roundKeys[0] = ByteReverse(m_roundKeys[0]); in UncheckedSetKey()
72 m_roundKeys[m_rounds] = ByteReverse(m_roundKeys[m_rounds]); in UncheckedSetKey()
88 m_roundKeys[0] = ByteReverse(m_roundKeys[0]); in InitForKeySetup()
89 m_roundKeys[m_rounds] = ByteReverse(m_roundKeys[m_rounds]); in InitForKeySetup()
H A D3way.cpp81 m_k[0] = ByteReverse(m_k[0]); in UncheckedSetKey()
82 m_k[1] = ByteReverse(m_k[1]); in UncheckedSetKey()
83 m_k[2] = ByteReverse(m_k[2]); in UncheckedSetKey()
H A Dmisc.h1663 inline byte ByteReverse(byte value) in ByteReverse() function
1672 inline word16 ByteReverse(word16 value) in ByteReverse() function
1687 inline word32 ByteReverse(word32 value) in ByteReverse() function
1712 inline word64 ByteReverse(word64 value) in ByteReverse() function
1722 return (word64(ByteReverse(word32(value))) << 32) | ByteReverse(word32(value>>32)); in ByteReverse()
1748 return ByteReverse(value); in BitReverse()
1759 return ByteReverse(value); in BitReverse()
1773 return ByteReverse(value); in BitReverse()
1853 out[i] = ByteReverse(in[i]); in ByteReverse()
1873 ByteReverse(out, in, byteCount); in ConditionalByteReverse()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dshark.cpp71 m_roundKeys[0] = ByteReverse(m_roundKeys[0]); in UncheckedSetKey()
72 m_roundKeys[m_rounds] = ByteReverse(m_roundKeys[m_rounds]); in UncheckedSetKey()
88 m_roundKeys[0] = ByteReverse(m_roundKeys[0]); in InitForKeySetup()
89 m_roundKeys[m_rounds] = ByteReverse(m_roundKeys[m_rounds]); in InitForKeySetup()
H A D3way.cpp81 m_k[0] = ByteReverse(m_k[0]); in UncheckedSetKey()
82 m_k[1] = ByteReverse(m_k[1]); in UncheckedSetKey()
83 m_k[2] = ByteReverse(m_k[2]); in UncheckedSetKey()
H A Dmisc.h2001 inline byte ByteReverse(byte value) in ByteReverse() function
2010 inline word16 ByteReverse(word16 value) in ByteReverse() function
2025 inline word32 ByteReverse(word32 value) in ByteReverse() function
2054 inline word64 ByteReverse(word64 value) in ByteReverse() function
2064 return (word64(ByteReverse(word32(value))) << 32) | ByteReverse(word32(value>>32)); in ByteReverse()
2097 return ByteReverse(value); in BitReverse()
2116 return ByteReverse(value); in BitReverse()
2131 return ByteReverse(value); in BitReverse()
2217 out[i] = ByteReverse(in[i]); in ByteReverse()
2237 ByteReverse(out, in, byteCount); in ConditionalByteReverse()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dshark.cpp71 m_roundKeys[0] = ByteReverse(m_roundKeys[0]); in UncheckedSetKey()
72 m_roundKeys[m_rounds] = ByteReverse(m_roundKeys[m_rounds]); in UncheckedSetKey()
88 m_roundKeys[0] = ByteReverse(m_roundKeys[0]); in InitForKeySetup()
89 m_roundKeys[m_rounds] = ByteReverse(m_roundKeys[m_rounds]); in InitForKeySetup()
H A D3way.cpp81 m_k[0] = ByteReverse(m_k[0]); in UncheckedSetKey()
82 m_k[1] = ByteReverse(m_k[1]); in UncheckedSetKey()
83 m_k[2] = ByteReverse(m_k[2]); in UncheckedSetKey()
H A Dmisc.h2001 inline byte ByteReverse(byte value) in ByteReverse() function
2010 inline word16 ByteReverse(word16 value) in ByteReverse() function
2025 inline word32 ByteReverse(word32 value) in ByteReverse() function
2054 inline word64 ByteReverse(word64 value) in ByteReverse() function
2064 return (word64(ByteReverse(word32(value))) << 32) | ByteReverse(word32(value>>32)); in ByteReverse()
2097 return ByteReverse(value); in BitReverse()
2116 return ByteReverse(value); in BitReverse()
2131 return ByteReverse(value); in BitReverse()
2217 out[i] = ByteReverse(in[i]); in ByteReverse()
2237 ByteReverse(out, in, byteCount); in ConditionalByteReverse()
[all …]
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dshark.cpp71 m_roundKeys[0] = ByteReverse(m_roundKeys[0]);
72 m_roundKeys[m_rounds] = ByteReverse(m_roundKeys[m_rounds]);
88 m_roundKeys[0] = ByteReverse(m_roundKeys[0]);
89 m_roundKeys[m_rounds] = ByteReverse(m_roundKeys[m_rounds]);
H A D3way.cpp81 m_k[0] = ByteReverse(m_k[0]); in UncheckedSetKey()
82 m_k[1] = ByteReverse(m_k[1]); in UncheckedSetKey()
83 m_k[2] = ByteReverse(m_k[2]); in UncheckedSetKey()
/dports/lang/voc/voc-63008f6/src/library/s3/
H A DethMD5.Mod42 PROCEDURE ByteReverse(VAR in: ARRAY OF SYSTEM.BYTE; VAR out: ARRAY OF LONGINT; longs: LONGINT);
58 END ByteReverse;
203 ByteReverse(context.in, in, 16);
229 ByteReverse(context.in, in, 16);
235 ByteReverse(context.in, in, 16);
259 ByteReverse(context.in, in, 16);
271 ByteReverse(context.in, in, 14);
274 ByteReverse(context.buf, in, 4);

1234