Lines Matching refs:round
57 my ($round, $base, $magic, $key, $const, $inp, $out)=
135 ## Round function constants
182 &mov ($round,&DWP(240,$key));
200 # middle of middle round
224 &sub ($round,1); # nr--
227 # top of round
250 # middle of last round
268 &mov ($round,&DWP(240,$key));
273 &mov ($magic,$round);
300 &add ($key,16); # next round key
309 &sub ($round,1); # nr--
330 # top of round
353 # middle of last round
385 # encrypting, output zeroth round key after transform
390 # decrypting, output zeroth round key after shiftrows
397 &cmp ($round,192);
411 &mov ($round,10);
415 &dec ($round);
431 ## round produces 192 bits of key material, or 1.5 round keys.
432 ## Therefore, on each cycle we do 2 rounds and produce 3 round
441 &mov ($round,4);
450 &dec ($round);
469 &mov ($round,7);
475 # high round
477 &dec ($round);
481 # low round. swap xmm7 and xmm6
493 ## Mangler for last round of key schedule
501 # schedule last round key from xmm0
558 ## Runs one main round of the key schedule on %xmm0, %xmm7
588 # low round: same as high round, but no rotation and no rcon.
674 ## Keeps track of round number mod 4 in %ecx
752 &mov ($round,&wparam(1)); # bits
758 &mov ($base,$round);
776 &mov ($round,&wparam(1)); # bits
782 &mov ($base,$round);
790 &mov ($magic,$round);
844 &mov ($round,&wparam(2)); # len
846 &sub ($round,16);
860 &mov ($out,$round); # $out works as $len