提交 7e1e3334 编写于 作者: A Andy Polyakov

aes/asm/bsaes-x86_64.pl: fix Windows-specific bug in XTS.

PR: 3139
上级 fa104be3
......@@ -85,7 +85,7 @@
#
# Core 2 9.83
# Nehalem 7.74
# Atom 18.9 (estimated, not measured yet)
# Atom 19.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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册