Home | History | Annotate | Download | only in blowfish

Lines Matching refs:tin1

72 	register BF_LONG tin0,tin1;
85 n2l(in,tin1);
87 tin1^=tout1;
89 tin[1]=tin1;
98 n2ln(in,tin0,tin1,l+8);
100 tin1^=tout1;
102 tin[1]=tin1;
120 n2l(in,tin1);
122 tin[1]=tin1;
129 xor1=tin1;
134 n2l(in,tin1);
136 tin[1]=tin1;
142 xor1=tin1;
147 tin0=tin1=tout0=tout1=xor0=xor1=0;