Searched refs:lane (Results 1 – 4 of 4) sorted by relevance
104 UINT64 lane; in KeccakP1600_AddBytesInLane() local108 lane = data[0]; in KeccakP1600_AddBytesInLane()110 lane = 0; in KeccakP1600_AddBytesInLane()113 lane <<= offset*8; in KeccakP1600_AddBytesInLane()115 UINT64 lane = 0; in KeccakP1600_AddBytesInLane()187 UINT64 lane = byte; in KeccakP1600_AddByte() local328 lane = ~lane; in KeccakP1600_ExtractBytesInLane()338 lane >>= offset*8; in KeccakP1600_ExtractBytesInLane()341 lane >>= 8; in KeccakP1600_ExtractBytesInLane()404 lane = ~lane; in KeccakP1600_ExtractAndAddBytesInLane()[all …]
56 /* fast lane: whole lane rate */167 /* fast lane: whole lane rate */188 /* normal lane: using the message queue */279 /* normal lane: using the message queue */
43 /* --- Code for round, with prepare-theta (lane complementing pattern 'bebigokimisa') */159 /* --- Code for round (lane complementing pattern 'bebigokimisa') */
Completed in 11 milliseconds