Home | History | Annotate | Download | only in aes

Lines Matching defs:s3

294     ulong32 s0, s1, s2, s3, t0, t1, t2, t3, *rk;
311 LOAD32H(s3, pt + 12); s3 ^= rk[3];
321 Te3(byte(s3, 0)) ^
326 Te2(byte(s3, 1)) ^
331 Te1(byte(s3, 2)) ^
336 Te0(byte(s3, 3)) ^
344 s0 = t0; s1 = t1; s2 = t2; s3 = t3;
359 Te3(byte(s3, 0)) ^
364 Te2(byte(s3, 1)) ^
369 Te1(byte(s3, 2)) ^
374 Te0(byte(s3, 3)) ^
403 s3 =
438 s3 =
444 STORE32H(s3, ct+12);
473 ulong32 s0, s1, s2, s3, t0, t1, t2, t3, *rk;
490 LOAD32H(s3, ct + 12); s3 ^= rk[3];
497 Td1(byte(s3, 2)) ^
504 Td2(byte(s3, 1)) ^
511 Td3(byte(s3, 0)) ^
514 Td0(byte(s3, 3)) ^
522 s0 = t0; s1 = t1; s2 = t2; s3 = t3;
536 Td1(byte(s3, 2)) ^
543 Td2(byte(s3, 1)) ^
550 Td3(byte(s3, 0)) ^
553 Td0(byte(s3, 3)) ^
583 s3 =
617 s3 =
623 STORE32H(s3, pt+12);