Searched refs:in0 (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/hash/sha3/generic32lc/ |
H A D | KeccakP-1600-inplace32BI.c | 1036 #define SwapPI13( in0,in1,in2,in3,eo0,eo1,eo2,eo3 ) \ in KeccakP1600_Permute_Nrounds() argument 1037 I0 = (in0)[0]; I1 = (in0)[1]; \ in KeccakP1600_Permute_Nrounds() 1039 (in0)[eo0] = T0; (in0)[eo0^1] = T1; \ in KeccakP1600_Permute_Nrounds() 1045 #define SwapPI2( in0,in1,in2,in3 ) \ in KeccakP1600_Permute_Nrounds() argument 1046 I0 = (in0)[0]; I1 = (in0)[1]; \ in KeccakP1600_Permute_Nrounds() 1048 (in0)[1] = T0; (in0)[0] = T1; \ in KeccakP1600_Permute_Nrounds()
|
Completed in 6 milliseconds