Lines Matching defs:rk32
269 uint32x4_t rk32;
276 rk32 = vreinterpretq_u32_u8(rk);
277 rk32 = vdupq_n_u32(vgetq_lane_u32(rk32, 3));
278 rk = vreinterpretq_u8_u32(rk32);
337 uint32x4_t rk32;
339 rk32 = prkhi32;
340 rk32 ^= vsetq_lane_u32(vgetq_lane_u32(prkhi32, 2),
343 rk32 ^= vsetq_lane_u32(vgetq_lane_u32(prk32, 2),
347 return vreinterpretq_u8_u32(rk32);
363 uint32_t *rk32 = enc->aese_aes.aes_rk;
372 storeroundkey(rk32, rk);
373 rk32 += 4;
382 storeroundkey(rk32, mrk);
383 rk32 += 4;
397 storeroundkey(rk32, mrk);
398 rk32 += 4;
403 storeroundkey(rk32, mrk);
404 rk32 += 4;
410 storeroundkey(rk32, mrk);
411 rk32 += 4;
424 storeroundkey(rk32, mrk);
425 rk32 += 4;
433 storeroundkey(rk32, mrk);
434 rk32 += 4;
448 storeroundkey(rk32, aes_schedule_mangle_last_enc(rk, sr[i-- % 4]));
454 uint32_t *rk32 = dec->aesd_aes.aes_rk;
468 rk32 += 4*nrounds;
469 storeroundkey(rk32, vqtbl1q_u8(ork, sr[i]));
470 rk32 -= 4;
480 storeroundkey(rk32, mrk);
481 rk32 -= 4;
495 storeroundkey(rk32, mrk);
496 rk32 -= 4;
501 storeroundkey(rk32, mrk);
502 rk32 -= 4;
508 storeroundkey(rk32, mrk);
509 rk32 -= 4;
522 storeroundkey(rk32, mrk);
523 rk32 -= 4;
531 storeroundkey(rk32, mrk);
532 rk32 -= 4;
546 storeroundkey(rk32, aes_schedule_mangle_last_dec(rk));
560 const uint32_t *rk32 = enc->aese_aes.aes_rk;
571 x ^= loadroundkey(rk32);
577 rk32 += 4;
583 A ^= loadroundkey(rk32);
590 x ^= loadroundkey(rk32);
597 const uint32_t *rk32 = enc->aese_aes.aes_rk;
610 x0 ^= loadroundkey(rk32);
611 x1 ^= loadroundkey(rk32);
619 rk32 += 4;
626 A_0 ^= loadroundkey(rk32);
627 A_1 ^= loadroundkey(rk32);
639 x0 ^= loadroundkey(rk32);
640 x1 ^= loadroundkey(rk32);
650 const uint32_t *rk32 = dec->aesd_aes.aes_rk;
657 x ^= loadroundkey(rk32);
658 rk32 += 4;
667 x ^= loadroundkey(rk32);
668 rk32 += 4; /* next round key */
682 x ^= loadroundkey(rk32);
689 const uint32_t *rk32 = dec->aesd_aes.aes_rk;
698 x0 ^= loadroundkey(rk32);
699 x1 ^= loadroundkey(rk32);
700 rk32 += 4;
711 x0 ^= loadroundkey(rk32);
712 x1 ^= loadroundkey(rk32);
713 rk32 += 4; /* next round key */
734 x0 ^= loadroundkey(rk32);
735 x1 ^= loadroundkey(rk32);