Searched refs:m_seed (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drandpool.cpp43 *(TimerWord *)m_seed.data() += tw;
47 *(time_t *)(m_seed.data()+8) += t;
51 m_pCipher->ProcessBlock(m_seed);
53 target.ChannelPut(channel, m_seed, len);
H A Drandpool.h26 FixedSizeSecBlock<byte, 16> m_seed; member in class:RandomPool
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.h232 static int GetId() { return m_seed; }
235 static int m_seed; member in class:TestId
H A Darchivetest.cpp1261 int TestId::m_seed = 6219; member in class:TestId
1266 m_seed = (m_seed * 171) % 30269;
1267 return string(wxString::Format(_T("%-6d"), m_seed).mb_str());

Completed in 70 milliseconds