Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c274 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()
475 copyFromState(A, stateAsLanes) in KeccakF1600_FastLoop_Absorb()
[all …]

Completed in 5 milliseconds