Home | History | Annotate | Download | only in asm

Lines Matching refs:key2

1300 #	const AES_KEY *key1, const AES_KEY *key2
1306 my ($key2,$ivp,$len_)=("%r8","%r9","%r9");
1331 mov 240(%r8),$rounds # key2->rounds
1335 &aesni_generate1("enc",$key2,$rounds,@tweak[5]);
1721 mov 240($key2),$rounds # key2->rounds
1725 &aesni_generate1("enc",$key2,$rounds,@tweak[5]);