Lines Matching defs:rcon_rot
267 aes_schedule_round(uint8x16_t rk, uint8x16_t prk, uint8x16_t *rcon_rot)
271 /* extract rcon from rcon_rot */
272 prk ^= vextq_u8(*rcon_rot, vdupq_n_u8(0), 15);
273 *rcon_rot = vextq_u8(*rcon_rot, *rcon_rot, 15);
367 uint8x16_t rcon_rot = rcon;
378 rk = aes_schedule_round(rk, rk, &rcon_rot);
393 prk = aes_schedule_round(rk, prk, &rcon_rot);
405 rk = prk = aes_schedule_round(rk, prk, &rcon_rot);
429 rk = prk = aes_schedule_round(rk, prk, &rcon_rot);
459 uint8x16_t rcon_rot = rcon;
476 rk = aes_schedule_round(rk, rk, &rcon_rot);
491 prk = aes_schedule_round(rk, prk, &rcon_rot);
503 rk = prk = aes_schedule_round(rk, prk, &rcon_rot);
527 rk = prk = aes_schedule_round(rk, prk, &rcon_rot);