Home
last modified time | relevance | path

Searched refs:rotlFixed (Results 76 – 100 of 164) sorted by relevance

1234567

/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/taocrypt/src/
H A Dsha.cpp39 rotlFixed(W[(i+13)&15]^W[(i+8)&15]^W[(i+2)&15]^W[i&15],1))
48 rotlFixed(v,5); w = rotlFixed(w,30);
50 rotlFixed(v,5); w = rotlFixed(w,30);
52 rotlFixed(v,5); w = rotlFixed(w,30);
54 rotlFixed(v,5); w = rotlFixed(w,30);
56 rotlFixed(v,5); w = rotlFixed(w,30);
H A Dtwofish.cpp152 word32 b = rotlFixed(h(i+1, key+1, len), 8); in SetKey()
154 k_[i+1] = rotlFixed(a+2*b, 9); in SetKey()
190 (d) = rotlFixed(d, 1) ^ y
201 (c) = rotlFixed(c, 1); \
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/taocrypt/include/
H A Dmisc.hpp416 template <class T> inline T rotlFixed(T x, unsigned int y) in rotlFixed() function
430 template<> inline word32 rotlFixed(word32 x, word32 y) in rotlFixed() function
462 (rotlFixed(value, 8U) & 0x00ff00ff); in ByteReverse()
466 return rotlFixed(value, 16U); in ByteReverse()
483 return rotlFixed(value, 32U); in ByteReverse()
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/taocrypt/include/
H A Dmisc.hpp416 template <class T> inline T rotlFixed(T x, unsigned int y) in rotlFixed() function
430 template<> inline word32 rotlFixed(word32 x, word32 y) in rotlFixed() function
462 (rotlFixed(value, 8U) & 0x00ff00ff); in ByteReverse()
466 return rotlFixed(value, 16U); in ByteReverse()
483 return rotlFixed(value, 32U); in ByteReverse()
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/taocrypt/include/
H A Dmisc.hpp415 template <class T> inline T rotlFixed(T x, unsigned int y) in rotlFixed() function
429 template<> inline word32 rotlFixed(word32 x, word32 y) in rotlFixed() function
461 (rotlFixed(value, 8U) & 0x00ff00ff); in ByteReverse()
465 return rotlFixed(value, 16U); in ByteReverse()
482 return rotlFixed(value, 32U); in ByteReverse()
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Dmd4.c65 #define function(a,b,c,d,k,s) a=rotlFixed(a+F(b,c,d)+md4->buffer[k],s); in Transform()
85 a=rotlFixed(a+G(b,c,d)+md4->buffer[k]+0x5a827999,s); in Transform()
106 a=rotlFixed(a+H(b,c,d)+md4->buffer[k]+0x6ed9eba1,s); in Transform()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dmd4.c65 #define function(a,b,c,d,k,s) a=rotlFixed(a+F(b,c,d)+md4->buffer[k],s); in Transform()
85 a=rotlFixed(a+G(b,c,d)+md4->buffer[k]+0x5a827999,s); in Transform()
106 a=rotlFixed(a+H(b,c,d)+md4->buffer[k]+0x6ed9eba1,s); in Transform()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dmd4.c65 #define function(a,b,c,d,k,s) a=rotlFixed(a+F(b,c,d)+md4->buffer[k],s); in Transform()
85 a=rotlFixed(a+G(b,c,d)+md4->buffer[k]+0x5a827999,s); in Transform()
106 a=rotlFixed(a+H(b,c,d)+md4->buffer[k]+0x6ed9eba1,s); in Transform()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dmd4.c65 #define function(a,b,c,d,k,s) a=rotlFixed(a+F(b,c,d)+md4->buffer[k],s); in Transform()
85 a=rotlFixed(a+G(b,c,d)+md4->buffer[k]+0x5a827999,s); in Transform()
106 a=rotlFixed(a+H(b,c,d)+md4->buffer[k]+0x6ed9eba1,s); in Transform()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dmd4.c65 #define function(a,b,c,d,k,s) a=rotlFixed(a+F(b,c,d)+md4->buffer[k],s); in Transform()
85 a=rotlFixed(a+G(b,c,d)+md4->buffer[k]+0x5a827999,s); in Transform()
106 a=rotlFixed(a+H(b,c,d)+md4->buffer[k]+0x6ed9eba1,s); in Transform()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dserpent.cpp23 k[i] = k0[i] = t = rotlFixed(k0[i] ^ k0[(i+3)%8] ^ k0[(i+5)%8] ^ t ^ 0x9e3779b9 ^ i, 11); in NAMESPACE_BEGIN()
25 k[i] = t = rotlFixed(k[i-8] ^ k[i-5] ^ k[i-3] ^ t ^ 0x9e3779b9 ^ i, 11); in NAMESPACE_BEGIN()
H A Dmisc.h1263 template <class T> inline T rotlFixed(T x, unsigned int y) in rotlFixed() function
1371 template<> inline word32 rotlFixed<word32>(word32 x, unsigned int y)
1460 template<> inline word64 rotlFixed<word64>(word64 x, unsigned int y)
1541 template<> inline word16 rotlFixed<word16>(word16 x, unsigned int y)
1573 template<> inline byte rotlFixed<byte>(byte x, unsigned int y)
1609 template<> inline word32 rotlFixed<word32>(word32 x, unsigned int y)
1679 return rotlFixed(value, 8U); in ByteReverse()
1700 return (rotrFixed(value, 8U) & 0xff00ff00) | (rotlFixed(value, 8U) & 0x00ff00ff); in ByteReverse()
1704 return rotlFixed(value, 16U); in ByteReverse()
1726 return rotlFixed(value, 32U); in ByteReverse()
[all …]
H A Dsha.cpp42 #define blk1(i) (W[i&15] = rotlFixed(W[(i+13)&15]^W[(i+8)&15]^W[(i+2)&15]^W[i&15],1))
50 #define R0(v,w,x,y,z,i) z+=f1(w,x,y)+blk0(i)+0x5A827999+rotlFixed(v,5);w=rotlFixed(w,30);
51 #define R1(v,w,x,y,z,i) z+=f1(w,x,y)+blk1(i)+0x5A827999+rotlFixed(v,5);w=rotlFixed(w,30);
52 #define R2(v,w,x,y,z,i) z+=f2(w,x,y)+blk1(i)+0x6ED9EBA1+rotlFixed(v,5);w=rotlFixed(w,30);
53 #define R3(v,w,x,y,z,i) z+=f3(w,x,y)+blk1(i)+0x8F1BBCDC+rotlFixed(v,5);w=rotlFixed(w,30);
54 #define R4(v,w,x,y,z,i) z+=f4(w,x,y)+blk1(i)+0xCA62C1D6+rotlFixed(v,5);w=rotlFixed(w,30);
H A Dgf2_32.cpp31 b = rotlFixed(b, 1U); in NAMESPACE_BEGIN()
H A Drc5.cpp35 a = sTable[h % sTable.size()] = rotlFixed((sTable[h % sTable.size()] + a + b), 3); in NAMESPACE_BEGIN()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/libs/lib7z/
H A DSha1.c26 #define w1(i) (WW(i) = rotlFixed(WW((i)-3) ^ WW((i)-8) ^ WW((i)-14) ^ WW((i)-16), 1))
33 #define RK(a,b,c,d,e, fx, w, k) e += fx(b,c,d) + w + k + rotlFixed(a,5); b = rotlFixed(b,30);
/dports/archivers/7-zip/7-zip-21.07/C/
H A DSha1.c117 #define w1(i) (w(i) = rotlFixed(w((size_t)(i)-3) ^ w((size_t)(i)-8) ^ w((size_t)(i)-14) ^ w((size_t…
135 e += fx(b,c,d) + ww + rotlFixed(a, 5); \
136 b = rotlFixed(b, 30); \
/dports/archivers/maxcso/maxcso-1.10.0/7zip/C/
H A DSha1.c26 #define w1(i) (WW(i) = rotlFixed(WW((i)-3) ^ WW((i)-8) ^ WW((i)-14) ^ WW((i)-16), 1))
33 #define RK(a,b,c,d,e, fx, w, k) e += fx(b,c,d) + w + k + rotlFixed(a,5); b = rotlFixed(b,30);
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dmisc.h1613 template <class T> inline T rotlFixed(T x, unsigned int y) in rotlFixed() function
1733 template<> inline word32 rotlFixed<word32>(word32 x, unsigned int y)
1828 template<> inline word64 rotlFixed<word64>(word64 x, unsigned int y)
1913 template<> inline word16 rotlFixed<word16>(word16 x, unsigned int y)
1945 template<> inline byte rotlFixed<byte>(byte x, unsigned int y)
1981 template<> inline word32 rotlFixed<word32>(word32 x, unsigned int y)
2052 return rotlFixed(value, 8U); in ByteReverse()
2077 return (rotrFixed(value, 8U) & 0xff00ff00) | (rotlFixed(value, 8U) & 0x00ff00ff); in ByteReverse()
2081 return rotlFixed(value, 16U); in ByteReverse()
2103 return rotlFixed(value, 32U); in ByteReverse()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dmisc.h1578 template <class T> inline T rotlFixed(T x, unsigned int y) in rotlFixed() function
1698 template<> inline word32 rotlFixed<word32>(word32 x, unsigned int y)
1793 template<> inline word64 rotlFixed<word64>(word64 x, unsigned int y)
1878 template<> inline word16 rotlFixed<word16>(word16 x, unsigned int y)
1910 template<> inline byte rotlFixed<byte>(byte x, unsigned int y)
1946 template<> inline word32 rotlFixed<word32>(word32 x, unsigned int y)
2017 return rotlFixed(value, 8U); in ByteReverse()
2042 return (rotrFixed(value, 8U) & 0xff00ff00) | (rotlFixed(value, 8U) & 0x00ff00ff); in ByteReverse()
2046 return rotlFixed(value, 16U); in ByteReverse()
2068 return rotlFixed(value, 32U); in ByteReverse()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dmisc.h1578 template <class T> inline T rotlFixed(T x, unsigned int y) in rotlFixed() function
1698 template<> inline word32 rotlFixed<word32>(word32 x, unsigned int y)
1793 template<> inline word64 rotlFixed<word64>(word64 x, unsigned int y)
1878 template<> inline word16 rotlFixed<word16>(word16 x, unsigned int y)
1910 template<> inline byte rotlFixed<byte>(byte x, unsigned int y)
1946 template<> inline word32 rotlFixed<word32>(word32 x, unsigned int y)
2017 return rotlFixed(value, 8U); in ByteReverse()
2042 return (rotrFixed(value, 8U) & 0xff00ff00) | (rotlFixed(value, 8U) & 0x00ff00ff); in ByteReverse()
2046 return rotlFixed(value, 16U); in ByteReverse()
2068 return rotlFixed(value, 32U); in ByteReverse()
[all …]
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dmisc.h1578 template <class T> inline T rotlFixed(T x, unsigned int y) in rotlFixed() function
1698 template<> inline word32 rotlFixed<word32>(word32 x, unsigned int y)
1793 template<> inline word64 rotlFixed<word64>(word64 x, unsigned int y)
1878 template<> inline word16 rotlFixed<word16>(word16 x, unsigned int y)
1910 template<> inline byte rotlFixed<byte>(byte x, unsigned int y)
1946 template<> inline word32 rotlFixed<word32>(word32 x, unsigned int y)
2017 return rotlFixed(value, 8U); in ByteReverse()
2042 return (rotrFixed(value, 8U) & 0xff00ff00) | (rotlFixed(value, 8U) & 0x00ff00ff); in ByteReverse()
2046 return rotlFixed(value, 16U); in ByteReverse()
2068 return rotlFixed(value, 32U); in ByteReverse()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/taocrypt/src/
H A Dtwofish.cpp152 word32 b = rotlFixed(h(i+1, key+1, len), 8);
154 k_[i+1] = rotlFixed(a+2*b, 9);
190 (d) = rotlFixed(d, 1) ^ y
201 (c) = rotlFixed(c, 1); \
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/taocrypt/src/
H A Dtwofish.cpp152 word32 b = rotlFixed(h(i+1, key+1, len), 8); in SetKey()
154 k_[i+1] = rotlFixed(a+2*b, 9); in SetKey()
190 (d) = rotlFixed(d, 1) ^ y
201 (c) = rotlFixed(c, 1); \
/dports/games/0ad/0ad-0.0.23b-alpha/source/maths/
H A DMD5.cpp96 #define rotlFixed(x, y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
107 t = w + f(x, y, z) + data; w = rotlFixed(t, s) + x in Transform()

1234567