Home | History | Annotate | Download | only in blowfish

Lines Matching defs:tin0

72 	register BF_LONG tin0,tin1;
84 n2l(in,tin0);
86 tin0^=tout0;
88 tin[0]=tin0;
98 n2ln(in,tin0,tin1,l+8);
99 tin0^=tout0;
101 tin[0]=tin0;
119 n2l(in,tin0);
121 tin[0]=tin0;
128 xor0=tin0;
133 n2l(in,tin0);
135 tin[0]=tin0;
141 xor0=tin0;
147 tin0=tin1=tout0=tout1=xor0=xor1=0;