Lines Matching refs:ivec
81 * (ivec), and that the application has full control over overflow and the rest
85 const void *key, uint8_t ivec[16],
107 (*block)(ivec, ecount_buf, key);
108 ctr128_inc(ivec);
121 (*block)(ivec, ecount_buf, key);
122 ctr128_inc(ivec);
133 (*block)(ivec, ecount_buf, key);
134 ctr128_inc(ivec);
157 uint8_t ivec[16],
174 ctr32 = GETU32(ivec + 12);
192 (*func)(in, out, blocks, key, ivec);
193 /* (*func) does not update ivec, caller does: */
194 PUTU32(ivec + 12, ctr32);
197 ctr96_inc(ivec);
206 (*func)(ecount_buf, ecount_buf, 1, key, ivec);
208 PUTU32(ivec + 12, ctr32);
210 ctr96_inc(ivec);