Searched refs:m_outsideCounter (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dseal.cpp48 m_insideCounter = m_outsideCounter = m_startCount = 0;
72 m_outsideCounter = IV ? GetWord<word32>(false, BIG_ENDIAN_ORDER, IV) : 0;
73 m_startCount = m_outsideCounter;
80 m_outsideCounter = m_startCount + (unsigned int)(iterationCount / m_iterationsPerCount);
94 a = m_outsideCounter ^ m_R[4*m_insideCounter];
95 b = rotrFixed(m_outsideCounter, 8U) ^ m_R[4*m_insideCounter+1];
96 c = rotrFixed(m_outsideCounter, 16U) ^ m_R[4*m_insideCounter+2];
97 d = rotrFixed(m_outsideCounter, 24U) ^ m_R[4*m_insideCounter+3];
201 ++m_outsideCounter;
H A Dseal.h31 word32 m_outsideCounter, m_insideCounter; member in class:SEAL_Policy

Completed in 78 milliseconds