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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dshark.cpp93 inline SharkProcessAndXorBlock(const word64 *roundKeys, unsigned int rounds, const byte *inBlock, const byte *xorBlock, byte *outBlock) argument
95 word64 tmp = *(word64 *)inBlock ^ roundKeys[0];
102 ^ roundKeys[1];
110 ^ roundKeys[i];
123 *(word64 *)outBlock ^= roundKeys[rounds];

Completed in 162 milliseconds