Home | History | Annotate | Download | only in blowfish

Lines Matching refs:tout1

154   uint32_t tout0, tout1, xor0, xor1;
160 n2l(ivec, tout1);
166 tin1 ^= tout1;
171 tout1 = tin[1];
173 l2n(tout1, out);
178 tin1 ^= tout1;
183 tout1 = tin[1];
185 l2n(tout1, out);
188 l2n(tout1, ivec);
200 tout1 = tin[1] ^ xor1;
202 l2n(tout1, out);
213 tout1 = tin[1] ^ xor1;
214 l2nn(tout0, tout1, out, l + 8);
221 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;