Home | History | Annotate | Download | only in des

Lines Matching defs:iv

31     unsigned char *iv;
33 iv = &(*ivec)[0];
36 c2l(iv, tout0);
37 c2l(iv, tout1);
64 iv = &(*ivec)[0];
65 l2c(tout0, iv);
66 l2c(tout1, iv);
69 c2l(iv, xor0);
70 c2l(iv, xor1);
99 iv = &(*ivec)[0];
100 l2c(xor0, iv);
101 l2c(xor1, iv);