summaryrefslogtreecommitdiff
path: root/crypto/build.info
diff options
context:
space:
mode:
authorFangming.Fang <fangming.fang@arm.com>2019-05-31 10:15:10 +0000
committerPauli <paul.dale@oracle.com>2019-12-19 12:36:07 +1000
commit31b59078c8245a4ee7f7fa4e6ea98bba7f9a29a5 (patch)
treee490a3b2bcf796c9c6e98fe86bcfb3d351a8a1b5 /crypto/build.info
parent51a7c4b5f2a0b2d0f6bc0c87ec2ee44b9697dc78 (diff)
downloadopenssl-new-31b59078c8245a4ee7f7fa4e6ea98bba7f9a29a5.tar.gz
Optimize AES-GCM implementation on aarch64
Comparing to current implementation, this change can get more performance improved by tunning the loop-unrolling factor in interleave implementation as well as by enabling high level parallelism. Performance(A72) new type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes aes-128-gcm 113065.51k 375743.00k 848359.51k 1517865.98k 1964040.19k 1986663.77k aes-192-gcm 110679.32k 364470.63k 799322.88k 1428084.05k 1826917.03k 1848967.17k aes-256-gcm 104919.86k 352939.29k 759477.76k 1330683.56k 1663175.34k 1670430.72k old type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes aes-128-gcm 115595.32k 382348.65k 855891.29k 1236452.35k 1425670.14k 1429793.45k aes-192-gcm 112227.02k 369543.47k 810046.55k 1147948.37k 1286288.73k 1296941.06k aes-256-gcm 111543.90k 361902.36k 769543.59k 1070693.03k 1208576.68k 1207511.72k Change-Id: I28a2dca85c001a63a2a942e80c7c64f7a4fdfcf7 Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9818)
Diffstat (limited to 'crypto/build.info')
-rw-r--r--crypto/build.info1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/build.info b/crypto/build.info
index 758a75ec6b..ab10a1cfe6 100644
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -85,6 +85,7 @@ DEFINE[../libcrypto]=$UTIL_DEFINE $UPLINKDEF
DEFINE[../providers/libfips.a]=$UTIL_DEFINE
DEFINE[../providers/fips]=$UTIL_DEFINE
DEFINE[../providers/libimplementations.a]=$UTIL_DEFINE
+DEFINE[../providers/libcommon.a]=$UTIL_DEFINE
DEPEND[info.o]=buildinf.h
DEPEND[cversion.o]=buildinf.h