Home | History | Annotate | Download | only in libdes

Lines Matching defs:iv

78 	unsigned char *iv;
80 iv = &(*ivec)[0];
84 c2l(iv,tout0);
85 c2l(iv,tout1);
106 iv = &(*ivec)[0];
107 l2c(tout0,iv);
108 l2c(tout1,iv);
113 c2l(iv,xor0);
114 c2l(iv,xor1);
141 iv = &(*ivec)[0];
142 l2c(xor0,iv);
143 l2c(xor1,iv);