Searched refs:m_ida (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 Dida.h61 : m_rng(rng), m_ida(new OutputProxy(*this, true))
69 bool Flush(bool hardFlush, int propagation=-1, bool blocking=true) {return m_ida.Flush(hardFlush, propagation, blocking);}
73 RawIDA m_ida; member in class:SecretSharing
99 : m_ida(new OutputProxy(*this, true))
107 bool Flush(bool hardFlush, int propagation=-1, bool blocking=true) {return m_ida.Flush(hardFlush, propagation, blocking);}
110 RawIDA m_ida; member in class:InformationDispersal
H A Dida.cpp240 m_ida.IsolatedInitialize(parameters);
249 unsigned int threshold = m_ida.GetThreshold();
253 m_ida.ChannelData(0xffffffff, begin, len, false);
257 m_ida.ChannelData(i, buf, len, false);
265 m_ida.SetAutoSignalPropagation(messageEnd-1);
269 while (m_ida.InputBuffered(0xffffffff) > 0)
272 m_ida.ChannelData(0xffffffff, NULL, 0, true);
273 for (unsigned int i=0; i<m_ida.GetThreshold()-1; i++)
274 m_ida.ChannelData(i, NULL, 0, true);
312 m_ida
[all...]

Completed in 85 milliseconds