Lines Matching refs:cmac
661 { my $cmac=$inout1;
675 &movdqu ($cmac,&QWP(0,$rounds)); # load cmac
709 &xorps ($cmac,$rndkey0); # cmac^=inp
714 &aesenc ($cmac,$rndkey1);
718 &aesenc ($cmac,$rndkey0);
722 &aesenc ($cmac,$rndkey1);
726 &aesenclast ($cmac,$rndkey0);
738 &movups (&QWP(0,$out),$cmac);
763 &movdqu ($cmac,&QWP(0,$rounds)); # load cmac
816 &xorps ($cmac,$in0); # cmac^=out
821 &aesenc ($cmac,$rndkey1);
825 &aesenc ($cmac,$rndkey0);
831 &aesenc ($cmac,$rndkey1);
833 &aesenclast ($cmac,$rndkey0);
841 { &aesni_inline_generate1("enc",$cmac,$in0); }
843 { &call ("_aesni_encrypt1",$cmac); }
847 &movups (&QWP(0,$out),$cmac);