Home | History | Annotate | Download | only in blowfish

Lines Matching defs:tout0

73 	register BF_LONG tout0,tout1,xor0,xor1;
79 n2l(ivec,tout0);
86 tin0^=tout0;
91 tout0=tin[0];
93 l2n(tout0,out);
99 tin0^=tout0;
104 tout0=tin[0];
106 l2n(tout0,out);
109 l2n(tout0,ivec);
124 tout0=tin[0]^xor0;
126 l2n(tout0,out);
138 tout0=tin[0]^xor0;
140 l2nn(tout0,tout1,out,l+8);
147 tin0=tin1=tout0=tout1=xor0=xor1=0;