Searched defs:OptimalDataAlignment (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcmac.h20 unsigned int OptimalDataAlignment() const {return GetCipher().OptimalDataAlignment();} function in class:CMAC_Base
H A Didea.h32 unsigned int OptimalDataAlignment() const {return 2;} function in class:IDEA::Base
H A Drc2.h28 unsigned int OptimalDataAlignment() const {return GetAlignmentOf<word16>();} function in class:RC2::Base
H A Dskipjack.h25 unsigned int OptimalDataAlignment() const {return GetAlignmentOf<word16>();} function in class:SKIPJACK::Base
H A Dmdc.h53 unsigned int OptimalDataAlignment() const {return sizeof(HashWordType);} function in class:MDC::Enc
H A Dsafer.h19 unsigned int OptimalDataAlignment() const {return 1;} function in class:SAFER::Base
H A Dccm.h29 unsigned int OptimalDataAlignment() const function in class:CCM_Base
H A Deax.h27 unsigned int OptimalDataAlignment() const function in class:EAX_Base
H A Diterhash.h28 unsigned int OptimalDataAlignment() const {return GetAlignmentOf<T>();} function in class:IteratedHashBase
H A Dpanama.h82 unsigned int OptimalDataAlignment() const function in class:HermeticHashFunctionMAC
H A Dgcm.cpp224 unsigned int GCM_Base::OptimalDataAlignment() const function in class:GCM_Base
H A Dstrciphr.h142 unsigned int OptimalDataAlignment() const {return this->GetPolicy().GetAlignment();} function in class:AdditiveCipherTemplate
241 unsigned int OptimalDataAlignment() const {return this->GetPolicy().GetAlignment();} function in class:CFB_CipherTemplate
H A Dmodes.h40 unsigned int OptimalDataAlignment() const {return m_cipher->OptimalDataAlignment();} function in class:CipherModeBase
H A Dcryptlib.cpp172 unsigned int BlockTransformation::OptimalDataAlignment() const function in class:BlockTransformation
177 unsigned int StreamTransformation::OptimalDataAlignment() const function in class:StreamTransformation
182 unsigned int HashTransformation::OptimalDataAlignment() const function in class:HashTransformation

Completed in 82 milliseconds