Searched refs:stateAsLanes (Results 1 – 1 of 1) sorted by relevance
283 UINT64 *stateAsLanes = (UINT64*)state; in KeccakP1600_Permute_Nrounds() local285 copyFromState(A, stateAsLanes) in KeccakP1600_Permute_Nrounds()287 copyToState(stateAsLanes, A) in KeccakP1600_Permute_Nrounds()299 UINT64 *stateAsLanes = (UINT64*)state; in KeccakP1600_Permute_24rounds() local301 copyFromState(A, stateAsLanes) in KeccakP1600_Permute_24rounds()303 copyToState(stateAsLanes, A) in KeccakP1600_Permute_24rounds()314 UINT64 *stateAsLanes = (UINT64*)state; in KeccakP1600_Permute_12rounds() local316 copyFromState(A, stateAsLanes) in KeccakP1600_Permute_12rounds()318 copyToState(stateAsLanes, A) in KeccakP1600_Permute_12rounds()485 copyFromState(A, stateAsLanes) in KeccakF1600_FastLoop_Absorb()[all …]
Completed in 4 milliseconds