projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0a17fc
)
aesv8-armx.pl: fix typo.
author
Andy Polyakov
<appro@openssl.org>
Tue, 20 May 2014 21:32:12 +0000
(23:32 +0200)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 20 May 2014 21:32:12 +0000
(23:32 +0200)
crypto/aes/asm/aesv8-armx.pl
patch
|
blob
|
history
diff --git
a/crypto/aes/asm/aesv8-armx.pl
b/crypto/aes/asm/aesv8-armx.pl
index c6d489dd2af5421f05f684b8036ca32b30c9698d..c4481b56b1d14dfe3f06fd189e48c6a8b26f7f5f 100755
(executable)
--- a/
crypto/aes/asm/aesv8-armx.pl
+++ b/
crypto/aes/asm/aesv8-armx.pl
@@
-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