~ubuntu-branches/ubuntu/lucid/openssl/lucid-proposed

« back to all changes in this revision

Viewing changes to crypto/rc4/asm/rc4-586.pl

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-06-13 18:15:46 UTC
  • mto: (11.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090613181546-vbfntai3b009dl1u
Tags: upstream-0.9.8k
ImportĀ upstreamĀ versionĀ 0.9.8k

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
                &movz   ($ty,&BP(0,$d,$ty));
213
213
                &add    (&LB($x),1);
214
214
                &xorb   (&LB($ty),&BP(0,$in));
215
 
                &lea    ($in,&BP(1,$in));
 
215
                &lea    ($in,&DWP(1,$in));
216
216
                &movz   ($tx,&BP(0,$d,$x));
217
217
                &cmp    ($in,&swtmp(2));
218
218
                &movb   (&BP(0,$out),&LB($ty));
219
 
                &lea    ($out,&BP(1,$out));
 
219
                &lea    ($out,&DWP(1,$out));
220
220
        &jb     (&label("RC4_CHAR_loop"));
221
221
 
222
222
        &set_label("finished");