Lines Matching refs:ivec
68 * that the counter is in the x lower bits of the IV (ivec), and that the
75 unsigned char ivec[16],
99 (*block) (ivec, ecount_buf, key);
100 ctr128_inc_aligned(ivec);
111 (*block) (ivec, ecount_buf, key);
112 ctr128_inc_aligned(ivec);
126 (*block) (ivec, ecount_buf, key);
127 ctr128_inc(ivec);
152 unsigned char ivec[16],
166 ctr32 = GETU32(ivec + 12);
187 (*func) (in, out, blocks, key, ivec);
188 /* (*ctr) does not update ivec, caller does: */
189 PUTU32(ivec + 12, ctr32);
192 ctr96_inc(ivec);
200 (*func) (ecount_buf, ecount_buf, 1, key, ivec);
202 PUTU32(ivec + 12, ctr32);
204 ctr96_inc(ivec);