aesv8-armx.pl: fix typo.
authorAndy Polyakov <appro@openssl.org>
Tue, 20 May 2014 21:32:12 +0000 (23:32 +0200)
committerAndy Polyakov <appro@openssl.org>
Tue, 20 May 2014 21:32:12 +0000 (23:32 +0200)
crypto/aes/asm/aesv8-armx.pl

index c6d489dd2af5421f05f684b8036ca32b30c9698d..c4481b56b1d14dfe3f06fd189e48c6a8b26f7f5f 100755 (executable)
@@ -567,9 +567,9 @@ $code.=<<___;
        veor    $tmp0,$tmp0,$dat0
        veor    $tmp1,$tmp1,$dat1
         vorr   $dat0,$in0,$in0
-       vst1.8  {$tmp0},[$out],#32
+       vst1.8  {$tmp0},[$out],#16
         vorr   $dat1,$in1,$in1
-       vst1.8  {$tmp1},[$out],#32
+       vst1.8  {$tmp1},[$out],#16
        b.hs    .Loop2x_cbc_dec
 
        adds    $len,$len,#32