Home | History | Annotate | Download | only in bf

Lines Matching refs:ivec

225 	     const BF_KEY *schedule, unsigned char *ivec, int encrypt)
234 n2l(ivec,tout0);
235 n2l(ivec,tout1);
236 ivec-=8;
264 l2n(tout0,ivec);
265 l2n(tout1,ivec);
269 n2l(ivec,xor0);
270 n2l(ivec,xor1);
271 ivec-=8;
299 l2n(xor0,ivec);
300 l2n(xor1,ivec);