Lines Matching defs:iv
128 uint8_t out[static 16], size_t nbytes, uint8_t iv[static 16],
141 /* Load the IV. */
142 cv = _mm_loadu_epi8(iv);
158 /* Store updated IV. */
159 _mm_storeu_epi8(iv, cv);
173 __m128i cv, iv, w;
181 /* Load the IV. */
182 iv = _mm_loadu_epi8(ivp);
187 /* Store the updated IV. */
270 * it might be the IV.
287 _mm_storeu_epi8(out, w ^ iv);