Searched refs:MinLastBlockSize (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmodes.h197 unsigned int MinLastBlockSize() const {return 0;} function in class:CBC_ModeBase
211 unsigned int MinLastBlockSize() const {return BlockSize()+1;} function in class:CBC_CTS_Encryption
242 unsigned int MinLastBlockSize() const {return BlockSize()+1;} function in class:CBC_CTS_Decryption
H A Dfilters.cpp547 assert(c.MinLastBlockSize() == 0 || c.MinLastBlockSize() > c.MandatoryBlockSize());
557 if (c.MinLastBlockSize() > 0)
558 return c.MinLastBlockSize();
568 bool isBlockCipher = (m_cipher.MandatoryBlockSize() > 1 && m_cipher.MinLastBlockSize() == 0);
632 size_t minLastBlockSize = m_cipher.MinLastBlockSize();
H A Dcryptlib.cpp189 assert(MinLastBlockSize() == 0); // this function should be overriden otherwise
H A Dcryptlib.h505 virtual unsigned int MinLastBlockSize() const {return 0;} function in class:StreamTransformation
H A Dvalidat1.cpp541 unsigned int length = STDMAX(GlobalRNG().GenerateWord32(0, i), (word32)e.MinLastBlockSize());

Completed in 65 milliseconds