Searched refs:offsetInLane (Results 1 – 1 of 1) sorted by relevance
120 unsigned int offsetInLane = offset%8; in KeccakP1600_AddByte() local125 if (offsetInLane < 4) { in KeccakP1600_AddByte()126 low = (UINT32)byte << (offsetInLane*8); in KeccakP1600_AddByte()131 high = (UINT32)byte << ((offsetInLane-4)*8); in KeccakP1600_AddByte()
Completed in 10 milliseconds