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:
fa104be
)
aes/asm/bsaes-x86_64.pl: fix Windows-specific bug in XTS.
author
Andy Polyakov
<appro@openssl.org>
Sat, 12 Oct 2013 19:37:55 +0000
(21:37 +0200)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 12 Oct 2013 19:37:55 +0000
(21:37 +0200)
PR: 3139
crypto/aes/asm/bsaes-x86_64.pl
patch
|
blob
|
history
diff --git
a/crypto/aes/asm/bsaes-x86_64.pl
b/crypto/aes/asm/bsaes-x86_64.pl
index 8cde67681e48a943df570201c44c987ea31be979..41b90f08443f512bb0079910720936afff275fc7 100644
(file)
--- a/
crypto/aes/asm/bsaes-x86_64.pl
+++ b/
crypto/aes/asm/bsaes-x86_64.pl
@@
-85,7
+85,7
@@
#
# Core 2 9.83
# Nehalem 7.74
-# Atom 1
8.9 (estimated, not measured yet)
+# Atom 1
9.0
#
# November 2011.
#
@@
-2089,6
+2089,8
@@
___
# const unsigned char iv[16]);
#
my ($twmask,$twres,$twtmp)=@XMM[13..15];
+$arg6=~s/d$//;
+
$code.=<<___;
.globl bsaes_xts_encrypt
.type bsaes_xts_encrypt,\@abi-omnipotent