Searched defs:OptimalBlockSize (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcmac.h19 unsigned int OptimalBlockSize() const {return GetCipher().BlockSize();} function in class:CMAC_Base
H A Dhmac.h21 unsigned int OptimalBlockSize() const {return const_cast<HMAC_Base*>(this)->AccessHash().OptimalBlockSize();} function in class:HMAC_Base
H A Diterhash.h27 unsigned int OptimalBlockSize() const {return this->BlockSize();} function in class:IteratedHashBase
H A Dpanama.h80 unsigned int OptimalBlockSize() const function in class:HermeticHashFunctionMAC
H A Dstrciphr.h140 unsigned int OptimalBlockSize() const {return this->GetPolicy().GetOptimalBlockSize();} function in class:AdditiveCipherTemplate
239 unsigned int OptimalBlockSize() const {return this->GetPolicy().GetBytesPerIteration();} function in class:CFB_CipherTemplate
H A Dmodes.h187 unsigned int OptimalBlockSize() const {return BlockSize() * m_cipher->OptimalNumberOfParallelBlocks();} function in class:ECB_OneWay
H A Dcryptlib.h490 virtual unsigned int OptimalBlockSize() const {return MandatoryBlockSize();} function in class:StreamTransformation
574 virtual unsigned int OptimalBlockSize() const {return 1;} function in class:HashTransformation

Completed in 55 milliseconds