Searched refs:MaxIVLength (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Deax.h35 unsigned int MaxIVLength() const function in class:EAX_Base
H A Dccm.h37 unsigned int MaxIVLength() const function in class:CCM_Base
H A Dgcm.h36 unsigned int MaxIVLength() const function in class:GCM_Base
H A Dcryptlib.cpp93 else if ((size_t)size > MaxIVLength())
94 throw InvalidArgument(GetAlgorithm().AlgorithmName() + ": IV length " + IntToString(size) + " exceeds the maximum of " + IntToString(MaxIVLength()));
H A Dcryptlib.h407 virtual unsigned int MaxIVLength() const {return IVSize();} function in class:SimpleKeyingInterface

Completed in 158 milliseconds