Searched refs:MaxMessageLength (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 Deax.h41 lword MaxMessageLength() const function in class:EAX_Base
H A Dccm.h43 lword MaxMessageLength() const function in class:CCM_Base
H A Dgcm.h42 lword MaxMessageLength() const function in class:GCM_Base
H A Dauthenc.cpp107 if (m_state >= State_IVSet && m_totalMessageLength > MaxMessageLength())
H A Dcryptlib.cpp202 if (messageLength > MaxMessageLength())
203 throw InvalidArgument(GetAlgorithm().AlgorithmName() + ": message length " + IntToString(messageLength) + " exceeds the maximum of " + IntToString(MaxMessageLength()));
H A Dcryptlib.h652 virtual lword MaxMessageLength() const =0;

Completed in 101 milliseconds