Home
last modified time | relevance | path

Searched refs:rotlFixed (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dkeccak.cpp73 BCe = rotlFixed(Age, 44); in KeccakF1600()
75 BCi = rotlFixed(Aki, 43); in KeccakF1600()
77 BCo = rotlFixed(Amo, 21); in KeccakF1600()
79 BCu = rotlFixed(Asu, 14); in KeccakF1600()
88 BCa = rotlFixed(Abo, 28); in KeccakF1600()
90 BCe = rotlFixed(Agu, 20); in KeccakF1600()
92 BCi = rotlFixed(Aka, 3); in KeccakF1600()
94 BCo = rotlFixed(Ame, 45); in KeccakF1600()
96 BCu = rotlFixed(Asi, 61); in KeccakF1600()
104 BCa = rotlFixed(Abe, 1); in KeccakF1600()
[all …]
H A Dsha3.cpp73 BCe = rotlFixed(Age, 44); in KeccakF1600()
75 BCi = rotlFixed(Aki, 43); in KeccakF1600()
77 BCo = rotlFixed(Amo, 21); in KeccakF1600()
79 BCu = rotlFixed(Asu, 14); in KeccakF1600()
88 BCa = rotlFixed(Abo, 28); in KeccakF1600()
90 BCe = rotlFixed(Agu, 20); in KeccakF1600()
92 BCi = rotlFixed(Aka, 3); in KeccakF1600()
94 BCo = rotlFixed(Ame, 45); in KeccakF1600()
96 BCu = rotlFixed(Asi, 61); in KeccakF1600()
104 BCa = rotlFixed(Abe, 1); in KeccakF1600()
[all …]
H A D3way.cpp42 b2 = rotlFixed(a2, 1U); \
43 b0 = rotlFixed(a0, 22U); \
44 a0 = rotlFixed(b0 ^ (a1|(~b2)), 1U); \
45 a2 = rotlFixed(b2 ^ (b0|(~a1)), 22U);\
54 c = rotlFixed(c, 16U) ^ rotlFixed(c, 8U); \
H A Dmars.cpp25 T[i] = T[i] ^ rotlFixed(T[(i+8)%15] ^ T[(i+13)%15], 3) ^ (4*i+j); in NAMESPACE_BEGIN()
30 T[i] = rotlFixed(T[i] + Sbox[T[(i+14)%15]%512], 9); in NAMESPACE_BEGIN()
79 t = rotlFixed(a, 13); in ProcessAndXorBlock()
80 r = rotlFixed(t * k[2*i+5], 10); in ProcessAndXorBlock()
95 t = rotlFixed(a, 24); in ProcessAndXorBlock()
129 r = rotlFixed(a * k[35-2*i], 10); in ProcessAndXorBlock()
144 t = rotlFixed(a, 24); in ProcessAndXorBlock()
H A Drc6.cpp36 a = sTable[h % sTable.size()] = rotlFixed((sTable[h % sTable.size()] + a + b), 3); in NAMESPACE_BEGIN()
55 t = rotlFixed(b*(2*b+1), 5); in ProcessAndXorBlock()
56 u = rotlFixed(d*(2*d+1), 5); in ProcessAndXorBlock()
84 u = rotlFixed(d*(2*d+1), 5); in ProcessAndXorBlock()
85 t = rotlFixed(b*(2*b+1), 5); in ProcessAndXorBlock()
H A Dcamellia.cpp32 zr= rotlFixed(s1[GETBYTE(zr, 3)], 1) | \ in NAMESPACE_BEGIN()
34 (s1[rotlFixed(CRYPTOPP_GET_BYTE_AS_BYTE(zr, 1),1)] << 16) | \ in NAMESPACE_BEGIN()
37 (rotlFixed(s1[GETBYTE(zl, 2)], 1) << 16) | \ in NAMESPACE_BEGIN()
39 s1[rotlFixed(CRYPTOPP_GET_BYTE_AS_BYTE(zl, 0), 1)]; \ in NAMESPACE_BEGIN()
41 zr = zl ^ rotlFixed(zr, 8); \ in NAMESPACE_BEGIN()
43 rh ^= rotlFixed(zr, 16); \ in NAMESPACE_BEGIN()
45 rl ^= rotlFixed(zl, 8); \ in NAMESPACE_BEGIN()
205 ll ^= rotlFixed(lh & klh, 1); \ in ProcessAndXorBlock()
208 rl ^= rotlFixed(rh & krh, 1); in ProcessAndXorBlock()
H A Dsiphash.h90 m_v[1] = rotlFixed(m_v[1], 13U); in SIPROUND()
92 m_v[0] = rotlFixed(m_v[0], 32U); in SIPROUND()
94 m_v[3] = rotlFixed(m_v[3], 16U); in SIPROUND()
97 m_v[3] = rotlFixed(m_v[3], 21U); in SIPROUND()
100 m_v[1] = rotlFixed(m_v[1], 17U); in SIPROUND()
102 m_v[2] = rotlFixed(m_v[2], 32U); in SIPROUND()
H A Drc2.cpp64 R0 = rotlFixed(R0, 1); in ProcessAndXorBlock()
67 R1 = rotlFixed(R1, 2); in ProcessAndXorBlock()
70 R2 = rotlFixed(R2, 3); in ProcessAndXorBlock()
73 R3 = rotlFixed(R3, 5); in ProcessAndXorBlock()
H A Ddes.cpp80 right = rotlFixed(right, 4U); in IPERM()
92 right = rotlFixed(right^work, 9U); in IPERM()
94 left = rotlFixed(left^work, 1U); in IPERM()
108 left = rotlFixed(left^work, 6U); in FPERM()
111 left = rotlFixed(left^work, 18U); in FPERM()
114 left = rotlFixed(left^work, 20U); in FPERM()
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/taocrypt/src/
H A Drabbit.cpp98 ctx->x[0] = U32V(g[0] + rotlFixed(g[7],16) + rotlFixed(g[6], 16));
99 ctx->x[1] = U32V(g[1] + rotlFixed(g[0], 8) + g[7]);
100 ctx->x[2] = U32V(g[2] + rotlFixed(g[1],16) + rotlFixed(g[0], 16));
101 ctx->x[3] = U32V(g[3] + rotlFixed(g[2], 8) + g[1]);
102 ctx->x[4] = U32V(g[4] + rotlFixed(g[3],16) + rotlFixed(g[2], 16));
103 ctx->x[5] = U32V(g[5] + rotlFixed(g[4], 8) + g[3]);
104 ctx->x[6] = U32V(g[6] + rotlFixed(g[5],16) + rotlFixed(g[4], 16));
165 masterCtx_.c[0] = rotlFixed(k2, 16);
166 masterCtx_.c[2] = rotlFixed(k3, 16);
167 masterCtx_.c[4] = rotlFixed(k0, 16);
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/taocrypt/src/
H A Drabbit.cpp98 ctx->x[0] = U32V(g[0] + rotlFixed(g[7],16) + rotlFixed(g[6], 16)); in NextState()
99 ctx->x[1] = U32V(g[1] + rotlFixed(g[0], 8) + g[7]); in NextState()
100 ctx->x[2] = U32V(g[2] + rotlFixed(g[1],16) + rotlFixed(g[0], 16)); in NextState()
101 ctx->x[3] = U32V(g[3] + rotlFixed(g[2], 8) + g[1]); in NextState()
102 ctx->x[4] = U32V(g[4] + rotlFixed(g[3],16) + rotlFixed(g[2], 16)); in NextState()
103 ctx->x[5] = U32V(g[5] + rotlFixed(g[4], 8) + g[3]); in NextState()
104 ctx->x[6] = U32V(g[6] + rotlFixed(g[5],16) + rotlFixed(g[4], 16)); in NextState()
165 masterCtx_.c[0] = rotlFixed(k2, 16); in SetKey()
166 masterCtx_.c[2] = rotlFixed(k3, 16); in SetKey()
167 masterCtx_.c[4] = rotlFixed(k0, 16); in SetKey()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/taocrypt/src/
H A Drabbit.cpp98 ctx->x[0] = U32V(g[0] + rotlFixed(g[7],16) + rotlFixed(g[6], 16)); in NextState()
99 ctx->x[1] = U32V(g[1] + rotlFixed(g[0], 8) + g[7]); in NextState()
100 ctx->x[2] = U32V(g[2] + rotlFixed(g[1],16) + rotlFixed(g[0], 16)); in NextState()
101 ctx->x[3] = U32V(g[3] + rotlFixed(g[2], 8) + g[1]); in NextState()
102 ctx->x[4] = U32V(g[4] + rotlFixed(g[3],16) + rotlFixed(g[2], 16)); in NextState()
103 ctx->x[5] = U32V(g[5] + rotlFixed(g[4], 8) + g[3]); in NextState()
104 ctx->x[6] = U32V(g[6] + rotlFixed(g[5],16) + rotlFixed(g[4], 16)); in NextState()
165 masterCtx_.c[0] = rotlFixed(k2, 16); in SetKey()
166 masterCtx_.c[2] = rotlFixed(k3, 16); in SetKey()
167 masterCtx_.c[4] = rotlFixed(k0, 16); in SetKey()
[all …]
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Drabbit.c102 ctx->x[0] = U32V(g[0] + rotlFixed(g[7],16) + rotlFixed(g[6], 16)); in RABBIT_next_state()
103 ctx->x[1] = U32V(g[1] + rotlFixed(g[0], 8) + g[7]); in RABBIT_next_state()
104 ctx->x[2] = U32V(g[2] + rotlFixed(g[1],16) + rotlFixed(g[0], 16)); in RABBIT_next_state()
105 ctx->x[3] = U32V(g[3] + rotlFixed(g[2], 8) + g[1]); in RABBIT_next_state()
106 ctx->x[4] = U32V(g[4] + rotlFixed(g[3],16) + rotlFixed(g[2], 16)); in RABBIT_next_state()
107 ctx->x[5] = U32V(g[5] + rotlFixed(g[4], 8) + g[3]); in RABBIT_next_state()
108 ctx->x[6] = U32V(g[6] + rotlFixed(g[5],16) + rotlFixed(g[4], 16)); in RABBIT_next_state()
175 ctx->masterCtx.c[0] = rotlFixed(k2, 16); in DoKey()
176 ctx->masterCtx.c[2] = rotlFixed(k3, 16); in DoKey()
177 ctx->masterCtx.c[4] = rotlFixed(k0, 16); in DoKey()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Drabbit.c102 ctx->x[0] = U32V(g[0] + rotlFixed(g[7],16) + rotlFixed(g[6], 16)); in RABBIT_next_state()
103 ctx->x[1] = U32V(g[1] + rotlFixed(g[0], 8) + g[7]); in RABBIT_next_state()
104 ctx->x[2] = U32V(g[2] + rotlFixed(g[1],16) + rotlFixed(g[0], 16)); in RABBIT_next_state()
105 ctx->x[3] = U32V(g[3] + rotlFixed(g[2], 8) + g[1]); in RABBIT_next_state()
106 ctx->x[4] = U32V(g[4] + rotlFixed(g[3],16) + rotlFixed(g[2], 16)); in RABBIT_next_state()
107 ctx->x[5] = U32V(g[5] + rotlFixed(g[4], 8) + g[3]); in RABBIT_next_state()
108 ctx->x[6] = U32V(g[6] + rotlFixed(g[5],16) + rotlFixed(g[4], 16)); in RABBIT_next_state()
175 ctx->masterCtx.c[0] = rotlFixed(k2, 16); in DoKey()
176 ctx->masterCtx.c[2] = rotlFixed(k3, 16); in DoKey()
177 ctx->masterCtx.c[4] = rotlFixed(k0, 16); in DoKey()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Drabbit.c102 ctx->x[0] = U32V(g[0] + rotlFixed(g[7],16) + rotlFixed(g[6], 16)); in RABBIT_next_state()
103 ctx->x[1] = U32V(g[1] + rotlFixed(g[0], 8) + g[7]); in RABBIT_next_state()
104 ctx->x[2] = U32V(g[2] + rotlFixed(g[1],16) + rotlFixed(g[0], 16)); in RABBIT_next_state()
105 ctx->x[3] = U32V(g[3] + rotlFixed(g[2], 8) + g[1]); in RABBIT_next_state()
106 ctx->x[4] = U32V(g[4] + rotlFixed(g[3],16) + rotlFixed(g[2], 16)); in RABBIT_next_state()
107 ctx->x[5] = U32V(g[5] + rotlFixed(g[4], 8) + g[3]); in RABBIT_next_state()
108 ctx->x[6] = U32V(g[6] + rotlFixed(g[5],16) + rotlFixed(g[4], 16)); in RABBIT_next_state()
175 ctx->masterCtx.c[0] = rotlFixed(k2, 16); in DoKey()
176 ctx->masterCtx.c[2] = rotlFixed(k3, 16); in DoKey()
177 ctx->masterCtx.c[4] = rotlFixed(k0, 16); in DoKey()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Drabbit.c102 ctx->x[0] = U32V(g[0] + rotlFixed(g[7],16) + rotlFixed(g[6], 16)); in RABBIT_next_state()
103 ctx->x[1] = U32V(g[1] + rotlFixed(g[0], 8) + g[7]); in RABBIT_next_state()
104 ctx->x[2] = U32V(g[2] + rotlFixed(g[1],16) + rotlFixed(g[0], 16)); in RABBIT_next_state()
105 ctx->x[3] = U32V(g[3] + rotlFixed(g[2], 8) + g[1]); in RABBIT_next_state()
106 ctx->x[4] = U32V(g[4] + rotlFixed(g[3],16) + rotlFixed(g[2], 16)); in RABBIT_next_state()
107 ctx->x[5] = U32V(g[5] + rotlFixed(g[4], 8) + g[3]); in RABBIT_next_state()
108 ctx->x[6] = U32V(g[6] + rotlFixed(g[5],16) + rotlFixed(g[4], 16)); in RABBIT_next_state()
175 ctx->masterCtx.c[0] = rotlFixed(k2, 16); in DoKey()
176 ctx->masterCtx.c[2] = rotlFixed(k3, 16); in DoKey()
177 ctx->masterCtx.c[4] = rotlFixed(k0, 16); in DoKey()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Drabbit.c102 ctx->x[0] = U32V(g[0] + rotlFixed(g[7],16) + rotlFixed(g[6], 16)); in RABBIT_next_state()
103 ctx->x[1] = U32V(g[1] + rotlFixed(g[0], 8) + g[7]); in RABBIT_next_state()
104 ctx->x[2] = U32V(g[2] + rotlFixed(g[1],16) + rotlFixed(g[0], 16)); in RABBIT_next_state()
105 ctx->x[3] = U32V(g[3] + rotlFixed(g[2], 8) + g[1]); in RABBIT_next_state()
106 ctx->x[4] = U32V(g[4] + rotlFixed(g[3],16) + rotlFixed(g[2], 16)); in RABBIT_next_state()
107 ctx->x[5] = U32V(g[5] + rotlFixed(g[4], 8) + g[3]); in RABBIT_next_state()
108 ctx->x[6] = U32V(g[6] + rotlFixed(g[5],16) + rotlFixed(g[4], 16)); in RABBIT_next_state()
175 ctx->masterCtx.c[0] = rotlFixed(k2, 16); in DoKey()
176 ctx->masterCtx.c[2] = rotlFixed(k3, 16); in DoKey()
177 ctx->masterCtx.c[4] = rotlFixed(k0, 16); in DoKey()
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/C/
H A DRotateDefs.h10 #define rotlFixed(x, n) _rotl((x), (n)) macro
15 #define rotlFixed(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) macro
/dports/security/clamav/clamav-0.104.2/libclamav/7z/
H A DRotateDefs.h10 #define rotlFixed(x, n) _rotl((x), (n)) macro
15 #define rotlFixed(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) macro
/dports/security/clamav-lts/clamav-0.103.5/libclamav/7z/
H A DRotateDefs.h10 #define rotlFixed(x, n) _rotl((x), (n)) macro
15 #define rotlFixed(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) macro
/dports/sysutils/squashfs-tools/C/
H A DRotateDefs.h10 #define rotlFixed(x, n) _rotl((x), (n)) macro
15 #define rotlFixed(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) macro
/dports/games/el/Eternal-Lands-1.9.5.9-1/xz/
H A DRotateDefs.h10 #define rotlFixed(x, n) _rotl((x), (n)) macro
15 #define rotlFixed(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) macro
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/C/
H A DRotateDefs.h18 #define rotlFixed(x, n) _rotl((x), (n)) macro
25 #define rotlFixed(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) macro
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lzma-16.04/C/
H A DRotateDefs.h18 #define rotlFixed(x, n) _rotl((x), (n)) macro
25 #define rotlFixed(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) macro
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/C/
H A DRotateDefs.h18 #define rotlFixed(x, n) _rotl((x), (n)) macro
25 #define rotlFixed(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) macro

1234567