Lines Matching full:t2
62 expand_step192(__m128i *t1, __m128i *t2, __m128i *t3) in expand_step192() argument
66 *t2 = _mm_shuffle_epi32(*t2, 0x55); in expand_step192()
73 *t1 = _mm_xor_si128(*t1, *t2); in expand_step192()
74 *t2 = _mm_shuffle_epi32(*t1, 0xFF); in expand_step192()
77 *t3 = _mm_xor_si128(*t3, *t2); in expand_step192()
82 expand_step256_1(__m128i *t1, __m128i *t2) in expand_step256_1() argument
86 *t2 = _mm_shuffle_epi32(*t2, 0xFF); in expand_step256_1()
93 *t1 = _mm_xor_si128(*t1, *t2); in expand_step256_1()
100 __m128i t2, t4; in expand_step256_2() local
103 t2 = _mm_shuffle_epi32(t4, 0xAA); in expand_step256_2()
110 *t3 = _mm_xor_si128(*t3, t2); in expand_step256_2()
132 t2 = _mm_aeskeygenassist_si128(t3, rcon1); \ in x86ni_keysched()
133 expand_step192(&t1, &t2, &t3); \ in x86ni_keysched()
140 t2 = _mm_aeskeygenassist_si128(t3, rcon2); \ in x86ni_keysched()
141 expand_step192(&t1, &t2, &t3); \ in x86ni_keysched()
146 t2 = _mm_aeskeygenassist_si128(t3, rcon); \ in x86ni_keysched()
147 expand_step256_1(&t1, &t2); \ in x86ni_keysched()
154 __m128i t1, t2, t3; in x86ni_keysched() local
193 t2 = _mm_aeskeygenassist_si128(t3, 0x40); in x86ni_keysched()
194 expand_step256_1(&t1, &t2); in x86ni_keysched()