Lines Matching defs:ivec
109 const BF_KEY *schedule, unsigned char *ivec, int encrypt)
117 n2l(ivec, tout0);
118 n2l(ivec, tout1);
119 ivec -= 8;
145 l2n(tout0, ivec);
146 l2n(tout1, ivec);
148 n2l(ivec, xor0);
149 n2l(ivec, xor1);
150 ivec -= 8;
176 l2n(xor0, ivec);
177 l2n(xor1, ivec);