Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds