Lines Matching refs:T0
1034 #define T0 Bi in KeccakP1600_Permute_Nrounds() macro
1038 T0 = (in1)[0]; T1 = (in1)[1]; \ in KeccakP1600_Permute_Nrounds()
1039 (in0)[eo0] = T0; (in0)[eo0^1] = T1; \ in KeccakP1600_Permute_Nrounds()
1040 T0 = (in2)[0]; T1 = (in2)[1]; \ in KeccakP1600_Permute_Nrounds()
1041 (in1)[eo1] = T0; (in1)[eo1^1] = T1; \ in KeccakP1600_Permute_Nrounds()
1042 T0 = (in3)[0]; T1 = (in3)[1]; \ in KeccakP1600_Permute_Nrounds()
1043 (in2)[eo2] = T0; (in2)[eo2^1] = T1; \ in KeccakP1600_Permute_Nrounds()
1047 T0 = (in1)[0]; T1 = (in1)[1]; \ in KeccakP1600_Permute_Nrounds()
1048 (in0)[1] = T0; (in0)[0] = T1; \ in KeccakP1600_Permute_Nrounds()
1051 T0 = (in3)[0]; T1 = (in3)[1]; \ in KeccakP1600_Permute_Nrounds()
1052 (in2)[1] = T0; (in2)[0] = T1; \ in KeccakP1600_Permute_Nrounds()
1054 #define SwapEO( even,odd ) T0 = even; even = odd; odd = T0 in KeccakP1600_Permute_Nrounds()
1085 #undef T0 in KeccakP1600_Permute_Nrounds()