Searched refs:rotlMod (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drc5.cpp35 b = l[h % c] = rotlMod((l[h % c] + a + b), (a+b));
53 a = rotlMod(a^b,b) + sptr[2*i+0];
54 b = rotlMod(a^b,a) + sptr[2*i+1];
H A Drc6.cpp36 b = l[h % c] = rotlMod((l[h % c] + a + b), (a+b));
56 a = rotlMod(a^t,u) + sptr[0];
57 c = rotlMod(c^u,t) + sptr[1];
H A Dmars.cpp73 w ^= (rotlMod(Sbox[265 + (EK[i] & 3)], EK[i-1]) & m);
103 c += rotlMod(m, r); \
107 b += rotlMod(l, r)
116 c -= rotlMod(m, r); \
120 b -= rotlMod(l, r)
H A Dgost.cpp50 sTable[i][j] = rotlMod(temp, 11+8*i);
H A Dmisc.h456 template <class T> inline T rotlMod(T x, unsigned int y) function
494 template<> inline word32 rotlMod<word32>(word32 x, unsigned int y)
533 template<> inline word64 rotlMod<word64>(word64 x, unsigned int y)
572 template<> inline word16 rotlMod<word16>(word16 x, unsigned int y)
606 template<> inline byte rotlMod<byte>(byte x, unsigned int y)
644 template<> inline word32 rotlMod<word32>(word32 x, unsigned int y)

Completed in 106 milliseconds