Lines Matching refs:rounds

218 $rounds="%eax";	# input to and changed by aesni_[en|de]cryptN !!!
245 my ($p,$key,$rounds,$inout,$ivec)=@_; $inout=$inout0 if (!defined($inout));
263 dec $rounds
282 mov 240($key),$rounds # key->rounds
284 &aesni_generate1("enc",$key,$rounds);
301 mov 240($key),$rounds # key->rounds
303 &aesni_generate1("dec",$key,$rounds);
338 shl \$4,$rounds
343 lea 32($key,$rounds),$key
344 neg %rax # $rounds
376 shl \$4,$rounds
382 lea 32($key,$rounds),$key
383 neg %rax # $rounds
423 shl \$4,$rounds
430 lea 32($key,$rounds),$key
431 neg %rax # $rounds
472 shl \$4,$rounds
478 lea 32($key,$rounds),$key
479 neg %rax # $rounds
535 shl \$4,$rounds
542 lea 32($key,$rounds),$key
543 neg %rax # $rounds
634 mov 240($key),$rounds # key->rounds
637 mov $rounds,$rnds_ # backup $rounds
660 mov $rnds_,$rounds # restore $rounds
687 mov $rnds_,$rounds # restore $rounds
728 &aesni_generate1("enc",$key,$rounds);
795 mov $rnds_,$rounds # restore $rounds
825 mov $rnds_,$rounds # restore $rounds
881 &aesni_generate1("dec",$key,$rounds);
1004 mov 240($key),$rounds # key->rounds
1009 shl \$4,$rounds
1014 lea 32($key,$rounds),$key # end of key schedule
1016 sub %rax,%r10 # twisted $rounds
1097 mov 240($key),$rounds # key->rounds
1104 mov $rounds,$rnds_
1108 &aesni_generate1("enc",$key,$rounds);
1111 mov \$16,$rounds
1115 sub %r10,%rax # twisted $rounds
1160 mov 240($key_),$rounds
1162 &aesni_generate1("enc",$key_,$rounds,$inout1,$in0);
1299 mov 240($key),$rounds # key->rounds
1330 shl \$4,$rounds
1333 lea 32($key,$rounds),$key # end of key schedule
1334 sub %rax,%r10 # twisted $rounds
1371 mov %r10,%rax # mov $rnds_,$rounds
1412 lea -48($rnds_),$rounds
1414 neg $rounds
1415 shr \$4,$rounds # restore $rounds
1468 cmp \$11,$rounds
1594 shl \$4,$rounds
1601 lea 32-16($key,$rounds),$key# prepare for .Lenc_loop8_enter
1644 dec $rounds
1673 dec $rounds
1809 mov 240(%r8),$rounds # key2->rounds
1813 &aesni_generate1("enc",$key2,$rounds,$inout0);
1817 mov $rnds_,$rounds # backup $rounds
1856 mov \$16+96,$rounds
1858 sub %r10,%rax # twisted $rounds
1860 mov %rax,%r10 # backup twisted $rounds
2020 mov %r10,%rax # restore $rounds
2036 mov \$16+96,$rounds
2037 sub $rnds_,$rounds
2039 shr \$4,$rounds # restore original value
2043 mov $rounds,$rnds_ # backup $rounds
2095 &aesni_generate1("enc",$key,$rounds);
2176 movzb ($inp),%eax # borrow $rounds ...
2187 mov $rnds_,$rounds # restore $rounds
2192 &aesni_generate1("enc",$key,$rounds);
2293 mov 240($key2),$rounds # key2->rounds
2297 &aesni_generate1("enc",$key2,$rounds,$inout0);
2307 mov $rnds_,$rounds # backup $rounds
2343 mov \$16+96,$rounds
2345 sub %r10,%rax # twisted $rounds
2347 mov %rax,%r10 # backup twisted $rounds
2507 mov %r10,%rax # restore $rounds
2523 mov \$16+96,$rounds
2524 sub $rnds_,$rounds
2526 shr \$4,$rounds # restore original value
2530 mov $rounds,$rnds_ # backup $rounds
2590 &aesni_generate1("dec",$key,$rounds);
2675 mov $rnds_,$rounds # restore $rounds
2680 &aesni_generate1("dec",$key,$rounds);
2686 movzb 16($inp),%eax # borrow $rounds ...
2697 mov $rnds_,$rounds # restore $rounds
2702 &aesni_generate1("dec",$key,$rounds);
2837 mov \$16+32,$rounds
2840 sub %r10,%rax # twisted $rounds
2841 mov %rax,%r10 # backup twisted $rounds
3304 mov \$16+32,$rounds
3307 sub %r10,%rax # twisted $rounds
3308 mov %rax,%r10 # backup twisted $rounds
3762 mov $rnds_,$rounds
3773 &aesni_generate1("enc",$key,$rounds,$inout0,$inout1);
3775 mov $rnds_,$rounds # restore $rounds
3799 mov $rnds_,$rounds # restore $rounds
3854 mov $rnds_,$rounds
3917 cmp \$11,$rounds
4103 mov $rnds_,$rounds
4164 &aesni_generate1("dec",$key,$rounds);