Lines Matching refs:stateAsLanes
283 UINT64 *stateAsLanes = (UINT64*)state; in KeccakP1600_Permute_Nrounds() local
285 copyFromState(A, stateAsLanes) in KeccakP1600_Permute_Nrounds()
287 copyToState(stateAsLanes, A) in KeccakP1600_Permute_Nrounds()
299 UINT64 *stateAsLanes = (UINT64*)state; in KeccakP1600_Permute_24rounds() local
301 copyFromState(A, stateAsLanes) in KeccakP1600_Permute_24rounds()
303 copyToState(stateAsLanes, A) in KeccakP1600_Permute_24rounds()
314 UINT64 *stateAsLanes = (UINT64*)state; in KeccakP1600_Permute_12rounds() local
316 copyFromState(A, stateAsLanes) in KeccakP1600_Permute_12rounds()
318 copyToState(stateAsLanes, A) in KeccakP1600_Permute_12rounds()
482 UINT64 *stateAsLanes = (UINT64*)state; in KeccakF1600_FastLoop_Absorb() local
485 copyFromState(A, stateAsLanes) in KeccakF1600_FastLoop_Absorb()
492 copyToState(stateAsLanes, A) in KeccakF1600_FastLoop_Absorb()