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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dvmac.h44 CRYPTOPP_BLOCK_4(l3Key, word64, 2*(m_is128+1))
H A Dvmac.cpp77 word64 *l3Key = m_l3Key(); local
82 l3Key[i*2+0] = GetWord<word64>(true, BIG_ENDIAN_ORDER, out.BytePtr());
83 l3Key[i*2+1] = GetWord<word64>(true, BIG_ENDIAN_ORDER, out.BytePtr()+8);
85 } while ((l3Key[i*2+0] >= p64) || (l3Key[i*2+1] >= p64));
738 static word64 L3Hash(const word64 *input, const word64 *l3Key, size_t len) argument
742 word64 k1 = l3Key[0], k2 = l3Key[1];

Completed in 45 milliseconds