Home | History | Annotate | Download | only in blowfish

Lines Matching refs:ivec

153                     const BF_KEY *schedule, uint8_t *ivec, int encrypt) {
160 n2l(ivec, tout0);
161 n2l(ivec, tout1);
162 ivec -= 8;
188 l2n(tout0, ivec);
189 l2n(tout1, ivec);
191 n2l(ivec, xor0);
192 n2l(ivec, xor1);
193 ivec -= 8;
219 l2n(xor0, ivec);
220 l2n(xor1, ivec);