Searched refs:mpoly (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dvmac.c44 const u64 mpoly = UINT64_C(0x1fffffff1fffffff); /* Poly key mask */ variable
509 be64_to_cpup(out) & mpoly;
512 be64_to_cpup(out+1) & mpoly;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dvmac.cpp23 static const word64 mpoly = W64LIT(0x1fffffff1fffffff); /* Poly key mask */ variable
69 m_polyState()[i*4+2] = GetWord<word64>(true, BIG_ENDIAN_ORDER, out.BytePtr()) & mpoly;
70 m_polyState()[i*4+3] = GetWord<word64>(true, BIG_ENDIAN_ORDER, out.BytePtr()+8) & mpoly;

Completed in 101 milliseconds