Home | History | Annotate | Download | only in blowfish

Lines Matching defs:tout1

73 	register BF_LONG tout0,tout1,xor0,xor1;
80 n2l(ivec,tout1);
87 tin1^=tout1;
92 tout1=tin[1];
94 l2n(tout1,out);
100 tin1^=tout1;
105 tout1=tin[1];
107 l2n(tout1,out);
110 l2n(tout1,ivec);
125 tout1=tin[1]^xor1;
127 l2n(tout1,out);
139 tout1=tin[1]^xor1;
140 l2nn(tout0,tout1,out,l+8);
147 tin0=tin1=tout0=tout1=xor0=xor1=0;