Loading crypto/aes/asm/bsaes-x86_64.pl +1 −0 Original line number Diff line number Diff line Loading @@ -1894,6 +1894,7 @@ $code.=<<___; jmp .Lctr_enc_done .align 16 .Lctr_enc_loop_done: add \$8, $len movdqu 0x00($inp), @XMM[8] # load input pxor @XMM[8], @XMM[0] movdqu @XMM[0], 0x00($out) # write output Loading Loading
crypto/aes/asm/bsaes-x86_64.pl +1 −0 Original line number Diff line number Diff line Loading @@ -1894,6 +1894,7 @@ $code.=<<___; jmp .Lctr_enc_done .align 16 .Lctr_enc_loop_done: add \$8, $len movdqu 0x00($inp), @XMM[8] # load input pxor @XMM[8], @XMM[0] movdqu @XMM[0], 0x00($out) # write output Loading