Lines Matching full:528
24 # "528B" variant of "4-bit" method utilizing additional 256+16 bytes
44 # assembler results are for "528B";-)
624 # Below subroutine is "528B" variant of "4-bit" GCM GHASH function
651 &mov (&DWP(528+16+0,"esp"),"eax"); # save Xi
652 &mov (&DWP(528+16+8,"esp"),"edx"); # save inp+len
653 &mov (&DWP(528+16+12,"esp"),"ebp"); # save original %esp
707 #&mov (&DWP(528+12,"esp"),$dat); # save inp^Xi
708 &mov (&DWP(528+8,"esp"),"ebx");
709 &movq (&QWP(528+0,"esp"),$Zhi);
710 &mov (&DWP(528+16+4,"esp"),"ecx"); # save inp
744 &mov ($dat,&DWP(528+$j,"esp")) if (--$j%4==0);
803 &mov ("ecx",&DWP(528+16+4,"esp")); # restore inp
813 &cmp ("ecx",&DWP(528+16+8,"esp")); # are we done?
817 &mov ("eax",&DWP(528+16+0,"esp")); # restore Xi
822 &mov ("esp",&DWP(528+16+12,"esp")); # restore original %esp