Searched refs:RawIDA (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.h13 class RawIDA : public AutoSignaling<Unflushable<Multichannel<Filter> > > class in inherits:AutoSignaling
16 RawIDA(BufferedTransformation *attachment=NULL) function in class:RawIDA
28 throw BlockingInputOnly("RawIDA");
73 RawIDA m_ida;
78 class SecretRecovery : public RawIDA
82 : RawIDA(attachment)
110 RawIDA m_ida;
116 class InformationRecovery : public RawIDA
120 : RawIDA(attachment)
H A Dida.cpp21 void RawIDA::IsolatedInitialize(const NameValuePairs &parameters)
24 throw InvalidArgument("RawIDA: missing RecoveryThreshold argument");
27 throw InvalidArgument("RawIDA: RecoveryThreshold must be greater than 0");
51 unsigned int RawIDA::InsertInputChannel(word32 channelId)
79 unsigned int RawIDA::LookupInputChannel(word32 channelId) const
88 void RawIDA::ChannelData(word32 channelId, const byte *inString, size_t length, bool messageEnd)
120 lword RawIDA::InputBuffered(word32 channelId) const
126 void RawIDA::ComputeV(unsigned int i)
142 void RawIDA::AddOutputChannel(word32 channelId)
151 void RawIDA
[all...]

Completed in 74 milliseconds