Searched refs:MandatoryBlockSize (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfilters.cpp547 assert(c.MinLastBlockSize() == 0 || c.MinLastBlockSize() > c.MandatoryBlockSize());
559 else if (c.MandatoryBlockSize() > 1 && !c.IsForwardTransformation() && padding != NO_PADDING && padding != ZEROS_PADDING)
560 return c.MandatoryBlockSize();
568 bool isBlockCipher = (m_cipher.MandatoryBlockSize() > 1 && m_cipher.MinLastBlockSize() == 0);
579 blockSize = m_cipher.MandatoryBlockSize();
594 size_t s = m_cipher.MandatoryBlockSize();
638 size_t blockSize = STDMAX(minLastBlockSize, (size_t)m_cipher.MandatoryBlockSize());
665 s = m_cipher.MandatoryBlockSize();
H A Dstrciphr.cpp179 assert(length % this->MandatoryBlockSize() == 0);
H A Dstrciphr.h273 unsigned int MandatoryBlockSize() const {return this->OptimalBlockSize();} function in class:CFB_RequireFullDataBlocks
H A Dmodes.h164 unsigned int MandatoryBlockSize() const {return BlockSize();} function in class:BlockOrientedCipherModeBase
H A Dcryptlib.h486 virtual unsigned int MandatoryBlockSize() const {return 1;} function in class:StreamTransformation
490 virtual unsigned int OptimalBlockSize() const {return MandatoryBlockSize();}
H A Dcryptlib.cpp191 if (length == MandatoryBlockSize())

Completed in 51 milliseconds