Lines Matching refs:T0
1022 #define T0 Bi in KeccakP1600_Permute_Nrounds() macro
1026 T0 = (in1)[0]; T1 = (in1)[1]; \ in KeccakP1600_Permute_Nrounds()
1027 (in0)[eo0] = T0; (in0)[eo0^1] = T1; \ in KeccakP1600_Permute_Nrounds()
1028 T0 = (in2)[0]; T1 = (in2)[1]; \ in KeccakP1600_Permute_Nrounds()
1029 (in1)[eo1] = T0; (in1)[eo1^1] = T1; \ in KeccakP1600_Permute_Nrounds()
1030 T0 = (in3)[0]; T1 = (in3)[1]; \ in KeccakP1600_Permute_Nrounds()
1031 (in2)[eo2] = T0; (in2)[eo2^1] = T1; \ in KeccakP1600_Permute_Nrounds()
1035 T0 = (in1)[0]; T1 = (in1)[1]; \ in KeccakP1600_Permute_Nrounds()
1036 (in0)[1] = T0; (in0)[0] = T1; \ in KeccakP1600_Permute_Nrounds()
1039 T0 = (in3)[0]; T1 = (in3)[1]; \ in KeccakP1600_Permute_Nrounds()
1040 (in2)[1] = T0; (in2)[0] = T1; \ in KeccakP1600_Permute_Nrounds()
1042 #define SwapEO( even,odd ) T0 = even; even = odd; odd = T0 in KeccakP1600_Permute_Nrounds()
1073 #undef T0 in KeccakP1600_Permute_Nrounds()