Searched refs:MaxHeaderLength (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 Dauthenc.cpp138 if (m_totalHeaderLength > MaxHeaderLength())
139 throw InvalidArgument(AlgorithmName() + ": header length of " + IntToString(m_totalHeaderLength) + " exceeds the maximum of " + IntToString(MaxHeaderLength()));
H A Deax.h39 lword MaxHeaderLength() const function in class:EAX_Base
H A Dccm.h41 lword MaxHeaderLength() const function in class:CCM_Base
H A Dgcm.h40 lword MaxHeaderLength() const function in class:GCM_Base
H A Dcryptlib.cpp199 if (headerLength > MaxHeaderLength())
200 throw InvalidArgument(GetAlgorithm().AlgorithmName() + ": header length " + IntToString(headerLength) + " exceeds the maximum of " + IntToString(MaxHeaderLength()));
H A Dcryptlib.h650 virtual lword MaxHeaderLength() const =0;

Completed in 215 milliseconds