Searched refs:rotrMod (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drc5.cpp70 b = rotrMod(b-sptr[1], a) ^ a;
71 a = rotrMod(a-sptr[0], b) ^ b;
H A Drc6.cpp85 c = rotrMod(c-sptr[1], t) ^ u;
86 a = rotrMod(a-sptr[0], u) ^ t;
H A Dmisc.h462 template <class T> inline T rotrMod(T x, unsigned int y) function
499 template<> inline word32 rotrMod<word32>(word32 x, unsigned int y)
538 template<> inline word64 rotrMod<word64>(word64 x, unsigned int y)
577 template<> inline word16 rotrMod<word16>(word16 x, unsigned int y)
611 template<> inline byte rotrMod<byte>(byte x, unsigned int y)
649 template<> inline word32 rotrMod<word32>(word32 x, unsigned int y)

Completed in 90 milliseconds