Home
last modified time | relevance | path

Searched refs:offsetInLane (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/_sha3/kcp/
DKeccakP-1600-inplace32BI.c124 unsigned int offsetInLane = offset%8; in KeccakP1600_AddByte() local
129 if (offsetInLane < 4) { in KeccakP1600_AddByte()
130 low = (UINT32)byte << (offsetInLane*8); in KeccakP1600_AddByte()
135 high = (UINT32)byte << ((offsetInLane-4)*8); in KeccakP1600_AddByte()