Searched refs:IsAligned (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 Dmisc.cpp17 if (IsAligned<word32>(buf) && IsAligned<word32>(mask))
19 if (!CRYPTOPP_BOOL_SLOW_WORD64 && IsAligned<word64>(buf) && IsAligned<word64>(mask))
47 if (IsAligned<word32>(output) && IsAligned<word32>(input) && IsAligned<word32>(mask))
49 if (!CRYPTOPP_BOOL_SLOW_WORD64 && IsAligned<word64>(output) && IsAligned<word64>(input) && IsAligned<word6
[all...]
H A Diterhash.cpp53 else if (IsAligned<T>(input))
140 if (IsAligned<HashWordType>(digest) && size%sizeof(HashWordType)==0)
H A Dstrciphr.h194 assert(IsAligned<WordType>(m_output));
195 assert(IsAligned<WordType>(m_input));
H A Dcrc.cpp129 for(; !IsAligned<word32>(s) && n > 0; n--)
H A Dmisc.h358 inline bool IsAligned(const void *p, T *dummy=NULL) // VC60 workaround function
984 assert(IsAligned<T>(block));
1001 assert(IsAligned<T>(block));
1002 assert(IsAligned<T>(xorBlock));
H A Dpanama.cpp451 if (iv && IsAligned<word32>(iv))

Completed in 165 milliseconds