Lines Matching refs:rcon_rot
226 aes_schedule_round(__m128i rk, __m128i prk, __m128i *rcon_rot)
229 /* extract rcon from rcon_rot */
230 prk ^= _mm_alignr_epi8(_mm_setzero_si128(), *rcon_rot, 15);
231 *rcon_rot = _mm_alignr_epi8(*rcon_rot, *rcon_rot, 15);
313 __m128i rcon_rot = rcon.m;
324 rk = aes_schedule_round(rk, rk, &rcon_rot);
339 prk = aes_schedule_round(rk, prk, &rcon_rot);
351 rk = prk = aes_schedule_round(rk, prk, &rcon_rot);
375 rk = prk = aes_schedule_round(rk, prk, &rcon_rot);
402 __m128i rcon_rot = rcon.m;
419 rk = aes_schedule_round(rk, rk, &rcon_rot);
434 prk = aes_schedule_round(rk, prk, &rcon_rot);
446 rk = prk = aes_schedule_round(rk, prk, &rcon_rot);
470 rk = prk = aes_schedule_round(rk, prk, &rcon_rot);