Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c1024 #define SwapPI13( in0,in1,in2,in3,eo0,eo1,eo2,eo3 ) \ in KeccakP1600_Permute_Nrounds() argument
1030 T0 = (in3)[0]; T1 = (in3)[1]; \ in KeccakP1600_Permute_Nrounds()
1032 (in3)[eo3] = I0; (in3)[eo3^1] = I1 in KeccakP1600_Permute_Nrounds()
1033 #define SwapPI2( in0,in1,in2,in3 ) \ in KeccakP1600_Permute_Nrounds() argument
1039 T0 = (in3)[0]; T1 = (in3)[1]; \ in KeccakP1600_Permute_Nrounds()
1041 (in3)[1] = I0; (in3)[0] = I1 in KeccakP1600_Permute_Nrounds()

Completed in 11 milliseconds