summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/linux-x32/asm/crypto/aes
diff options
context:
space:
mode:
authorShigeki Ohtsu <ohtsu@ohtsu.org>2018-08-14 23:14:19 +0900
committerRod Vagg <rod@vagg.org>2018-08-16 11:52:38 +1000
commiteaa0ad97872ac1becf437c14909afe7a01b77364 (patch)
tree00403152ff5b9186061f99e0e4635706a2ce1dcf /deps/openssl/config/archs/linux-x32/asm/crypto/aes
parent45b9f5df6ff1548f01ed646ebee75e3f0873cefd (diff)
downloadandroid-node-v8-eaa0ad97872ac1becf437c14909afe7a01b77364.tar.gz
android-node-v8-eaa0ad97872ac1becf437c14909afe7a01b77364.tar.bz2
android-node-v8-eaa0ad97872ac1becf437c14909afe7a01b77364.zip
deps: update archs files for OpenSSL-1.1.0i
`cd deps/openssl/config; make` updates all archs dependant files. PR-URL: https://github.com/nodejs/node/pull/22318 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Diffstat (limited to 'deps/openssl/config/archs/linux-x32/asm/crypto/aes')
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/aes/aes-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-mb-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha1-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha256-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/aes/bsaes-x86_64.s2
-rw-r--r--deps/openssl/config/archs/linux-x32/asm/crypto/aes/vpaes-x86_64.s2
7 files changed, 7 insertions, 7 deletions
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aes-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aes-x86_64.s
index aa7a1ea1cf..488ae6d781 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aes-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aes-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.type _x86_64_AES_encrypt,@function
.align 16
_x86_64_AES_encrypt:
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-mb-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-mb-x86_64.s
index d493797832..3dcd55d3f5 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-mb-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-mb-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha1-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha1-x86_64.s
index c7c53e8771..ca193ddb9e 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha1-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha1-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.globl aesni_cbc_sha1_enc
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha256-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha256-x86_64.s
index 70eed05b00..427a1c7d12 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha256-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-sha256-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.globl aesni_cbc_sha256_enc
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-x86_64.s
index cd8b00f259..e18f87c4e6 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/aesni-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
.globl aesni_encrypt
.type aesni_encrypt,@function
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/bsaes-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/bsaes-x86_64.s
index 0fd201167f..c76c5a8afb 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/bsaes-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/bsaes-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text
diff --git a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/vpaes-x86_64.s b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/vpaes-x86_64.s
index bf7c2b0b6f..d193298940 100644
--- a/deps/openssl/config/archs/linux-x32/asm/crypto/aes/vpaes-x86_64.s
+++ b/deps/openssl/config/archs/linux-x32/asm/crypto/aes/vpaes-x86_64.s
@@ -1,4 +1,4 @@
-.text
+.text