Home | History | Annotate | Download | only in x86

Lines Matching refs:authctr

556     uint8_t out[static 16], size_t nbytes, uint8_t authctr[static 32],
571 q[0] = aes_sse2_interleave_in(_mm_loadu_epi8(authctr));
574 c0 = le32dec(authctr + 16 + 4*0);
575 c1 = le32dec(authctr + 16 + 4*1);
576 c2 = le32dec(authctr + 16 + 4*2);
577 c3 = be32dec(authctr + 16 + 4*3);
601 _mm_storeu_epi8(authctr, aes_sse2_interleave_out(q[0]));
604 be32enc(authctr + 16 + 4*3, c3);
613 uint8_t out[static 16], size_t nbytes, uint8_t authctr[static 32],
628 c0 = le32dec(authctr + 16 + 4*0);
629 c1 = le32dec(authctr + 16 + 4*1);
630 c2 = le32dec(authctr + 16 + 4*2);
631 c3 = be32dec(authctr + 16 + 4*3);
649 q[1] = aes_sse2_interleave_in(_mm_loadu_epi8(authctr));
687 _mm_storeu_epi8(authctr, aes_sse2_interleave_out(q[1]));
690 be32enc(authctr + 16 + 4*3, c3);