Lines Matching defs:authctr
597 uint8_t authctr[static 32], uint32_t nrounds)
610 q[0] = _mm_loadu_epi8(authctr);
613 c0 = le32dec(authctr + 16 + 4*0);
614 c1 = le32dec(authctr + 16 + 4*1);
615 c2 = le32dec(authctr + 16 + 4*2);
616 c3be = bswap32(le32dec(authctr + 16 + 4*3));
640 _mm_storeu_epi8(authctr, q[0]);
643 le32enc(authctr + 16 + 4*3, bswap32(c3be));
653 uint8_t authctr[static 32], uint32_t nrounds)
667 c0 = le32dec(authctr + 16 + 4*0);
668 c1 = le32dec(authctr + 16 + 4*1);
669 c2 = le32dec(authctr + 16 + 4*2);
670 c3be = bswap32(le32dec(authctr + 16 + 4*3));
689 q[2] = _mm_loadu_epi8(authctr);
729 _mm_storeu_epi8(authctr, q[2]);
732 le32enc(authctr + 16 + 4*3, bswap32(c3be));