Searched refs:CanIterate (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dstrciphr.h170 virtual bool CanIterate() const {return false;} function in class:CFB_CipherAbstractPolicy
183 bool CanIterate() const {return true;} function in struct:CFB_CipherConcretePolicy
H A Dstrciphr.cpp201 if (policy.CanIterate() && length >= bytesPerIteration && IsAlignedOn(outString, alignment))
H A Dmodes.h104 bool CanIterate() const {return m_feedbackSize == BlockSize();} function in class:CFB_ModePolicy

Completed in 63 milliseconds