Searched refs:OptimalNumberOfParallelBlocks (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 Dmodes.h132 unsigned int GetIterationsToBuffer() const {return m_cipher->OptimalNumberOfParallelBlocks();}
149 unsigned int GetIterationsToBuffer() const {return m_cipher->OptimalNumberOfParallelBlocks();}
187 unsigned int OptimalBlockSize() const {return BlockSize() * m_cipher->OptimalNumberOfParallelBlocks();}
H A Dcryptlib.h464 virtual unsigned int OptimalNumberOfParallelBlocks() const {return 1;} function in class:BlockTransformation

Completed in 109 milliseconds