Searched refs:footerLength (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dccm.h47 void UncheckedSpecifyDataLengths(lword headerLength, lword messageLength, lword footerLength);
H A Dccm.cpp51 void CCM_Base::UncheckedSpecifyDataLengths(lword headerLength, lword messageLength, lword footerLength) argument
H A Dcryptlib.cpp197 void AuthenticatedSymmetricCipher::SpecifyDataLengths(lword headerLength, lword messageLength, lword footerLength) argument
205 if (footerLength > MaxFooterLength())
206 throw InvalidArgument(GetAlgorithm().AlgorithmName() + ": footer length " + IntToString(footerLength) + " exceeds the maximum of " + IntToString(MaxFooterLength()));
208 UncheckedSpecifyDataLengths(headerLength, messageLength, footerLength);
H A Dcryptlib.h659 void SpecifyDataLengths(lword headerLength, lword messageLength, lword footerLength=0);
670 virtual void UncheckedSpecifyDataLengths(lword headerLength, lword messageLength, lword footerLength) {} argument

Completed in 72 milliseconds