Lines Matching defs:tweak
376 uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16],
390 /* Load tweak. */
391 t[0] = _mm_loadu_epi8(tweak);
455 out: /* Store the updated tweak. */
456 _mm_storeu_epi8(tweak, t[0]);
466 uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16],
480 /* Load tweak. */
481 t[0] = _mm_loadu_epi8(tweak);
545 out: /* Store the updated tweak. */
546 _mm_storeu_epi8(tweak, t[0]);