Home
last modified time | relevance | path

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

/PHP-8.0/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c283 stateAsHalfLanes[i*2+0] = 0; in KeccakP1600_OverwriteWithZeroes()
284 stateAsHalfLanes[i*2+1] = 0; in KeccakP1600_OverwriteWithZeroes()
978 #define Aba0 stateAsHalfLanes[ 0] in KeccakP1600_Permute_Nrounds()
979 #define Aba1 stateAsHalfLanes[ 1] in KeccakP1600_Permute_Nrounds()
980 #define Abe0 stateAsHalfLanes[ 2] in KeccakP1600_Permute_Nrounds()
981 #define Abe1 stateAsHalfLanes[ 3] in KeccakP1600_Permute_Nrounds()
982 #define Abi0 stateAsHalfLanes[ 4] in KeccakP1600_Permute_Nrounds()
983 #define Abi1 stateAsHalfLanes[ 5] in KeccakP1600_Permute_Nrounds()
984 #define Abo0 stateAsHalfLanes[ 6] in KeccakP1600_Permute_Nrounds()
985 #define Abo1 stateAsHalfLanes[ 7] in KeccakP1600_Permute_Nrounds()
[all …]

Completed in 24 milliseconds