Searched refs:MaxFooterLength (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 Dauthenc.cpp141 if (m_totalFooterLength > MaxFooterLength())
143 if (MaxFooterLength() == 0)
146 throw InvalidArgument(AlgorithmName() + ": footer length of " + IntToString(m_totalFooterLength) + " exceeds the maximum of " + IntToString(MaxFooterLength()));
H A Dcryptlib.cpp205 if (footerLength > MaxFooterLength())
206 throw InvalidArgument(GetAlgorithm().AlgorithmName() + ": footer length " + IntToString(footerLength) + " exceeds the maximum of " + IntToString(MaxFooterLength()));
H A Dcryptlib.h654 virtual lword MaxFooterLength() const {return 0;} function in class:AuthenticatedSymmetricCipher

Completed in 67 milliseconds