Lines Matching refs:stateAsLanes
274 UINT64 *stateAsLanes = (UINT64*)state; in KeccakP1600_Permute_Nrounds() local
276 copyFromState(A, stateAsLanes) in KeccakP1600_Permute_Nrounds()
278 copyToState(stateAsLanes, A) in KeccakP1600_Permute_Nrounds()
290 UINT64 *stateAsLanes = (UINT64*)state; in KeccakP1600_Permute_24rounds() local
292 copyFromState(A, stateAsLanes) in KeccakP1600_Permute_24rounds()
294 copyToState(stateAsLanes, A) in KeccakP1600_Permute_24rounds()
305 UINT64 *stateAsLanes = (UINT64*)state; in KeccakP1600_Permute_12rounds() local
307 copyFromState(A, stateAsLanes) in KeccakP1600_Permute_12rounds()
309 copyToState(stateAsLanes, A) in KeccakP1600_Permute_12rounds()
472 UINT64 *stateAsLanes = (UINT64*)state; in KeccakF1600_FastLoop_Absorb() local
475 copyFromState(A, stateAsLanes) in KeccakF1600_FastLoop_Absorb()
482 copyToState(stateAsLanes, A) in KeccakF1600_FastLoop_Absorb()