Searched refs:GetBitCountLo (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Diterhash.cpp135 dataBuf[blockSize/sizeof(T)-2+order] = ConditionalByteReverse(order, this->GetBitCountLo());
H A Diterhash.h36 inline T GetBitCountLo() const {return m_countLo << 3;} function in class:IteratedHashBase
H A Dtiger.cpp24 m_data[7] = GetBitCountLo();
H A Dttmac.cpp33 m_data[m_data.size()-2] = GetBitCountLo();
H A Dvmac.cpp781 size_t len = ModPowerOf2(GetBitCountLo()/8, m_L1KeyLength);
H A Dwhrlpool.cpp93 m_data[m_data.size()-1] = GetBitCountLo();

Completed in 163 milliseconds