summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/aes/bsaes-x86_64.asm
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-02-26 12:25:11 -0800
committerSam Roberts <vieuxtech@gmail.com>2019-03-05 08:40:38 -0800
commitc8d9ea4439e258a1983579100618bed70b2d524a (patch)
tree6eea3e70646be32633e1f8b4887c651974da922c /deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/aes/bsaes-x86_64.asm
parent6df7bd6c3b5e95328034d397784bed184508bf85 (diff)
downloadandroid-node-v8-c8d9ea4439e258a1983579100618bed70b2d524a.tar.gz
android-node-v8-c8d9ea4439e258a1983579100618bed70b2d524a.tar.bz2
android-node-v8-c8d9ea4439e258a1983579100618bed70b2d524a.zip
deps: update archs files for OpenSSL-1.1.1b
`cd deps/openssl/config; make` updates all archs dependant files. PR-URL: https://github.com/nodejs/node/pull/26327 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/aes/bsaes-x86_64.asm')
-rw-r--r--deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/aes/bsaes-x86_64.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/aes/bsaes-x86_64.asm b/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/aes/bsaes-x86_64.asm
index 9ea8253d7c..7cccb6a469 100644
--- a/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/aes/bsaes-x86_64.asm
+++ b/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/aes/bsaes-x86_64.asm
@@ -11,6 +11,7 @@ EXTERN asm_AES_decrypt
ALIGN 64
_bsaes_encrypt8:
+
lea r11,[$L$BS0]
movdqa xmm8,XMMWORD[rax]
@@ -481,8 +482,10 @@ $L$enc_done:
+
ALIGN 64
_bsaes_decrypt8:
+
lea r11,[$L$BS0]
movdqa xmm8,XMMWORD[rax]
@@ -986,8 +989,10 @@ $L$dec_done:
DB 0F3h,0C3h ;repret
+
ALIGN 16
_bsaes_key_convert:
+
lea r11,[$L$masks]
movdqu xmm7,XMMWORD[rcx]
lea rcx,[16+rcx]
@@ -1067,6 +1072,7 @@ DB 102,15,56,0,244
DB 0F3h,0C3h ;repret
+
EXTERN asm_AES_cbc_encrypt
global bsaes_cbc_encrypt