Searched refs:IsAlignedOn (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dstrciphr.cpp90 KeystreamOperation operation = KeystreamOperation((IsAlignedOn(inString, alignment) * 2) | (int)IsAlignedOn(outString, alignment));
201 if (policy.CanIterate() && length >= bytesPerIteration && IsAlignedOn(outString, alignment))
203 if (IsAlignedOn(inString, alignment))
H A Dsecblock.h121 assert(IsAlignedOn(p, 16));
206 assert(IsAlignedOn(m_array, 8));
H A Dstrciphr.h74 {OperateKeystream(KeystreamOperation(INPUT_NULL | (KeystreamOperationFlags)IsAlignedOn(keystream, GetAlignment())), keystream, NULL, iterationCount);}
H A Dmisc.h352 inline bool IsAlignedOn(const void *p, unsigned int alignment) function
360 return IsAlignedOn(p, GetAlignmentOf<T>());

Completed in 116 milliseconds