-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update archs files for OpenSSL-1.1.0i
`cd deps/openssl/config; make` updates all archs dependant files. PR-URL: #22318 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
- Loading branch information
Showing
427 changed files
with
6,794 additions
and
2,626 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/aes-x86_64.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.text | ||
.text | ||
.type _x86_64_AES_encrypt,@function | ||
.align 16 | ||
_x86_64_AES_encrypt: | ||
|
2 changes: 1 addition & 1 deletion
2
deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/aesni-mb-x86_64.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.text | ||
.text | ||
|
||
|
||
|
||
|
2 changes: 1 addition & 1 deletion
2
deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/aesni-sha1-x86_64.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.text | ||
.text | ||
|
||
|
||
.globl aesni_cbc_sha1_enc | ||
|
2 changes: 1 addition & 1 deletion
2
deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/aesni-sha256-x86_64.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.text | ||
.text | ||
|
||
|
||
.globl aesni_cbc_sha256_enc | ||
|
2 changes: 1 addition & 1 deletion
2
deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/aesni-x86_64.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.text | ||
.text | ||
|
||
.globl aesni_encrypt | ||
.type aesni_encrypt,@function | ||
|
2 changes: 1 addition & 1 deletion
2
deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/bsaes-x86_64.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.text | ||
.text | ||
|
||
|
||
|
||
|
2 changes: 1 addition & 1 deletion
2
deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/vpaes-x86_64.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.text | ||
.text | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.text | ||
.text | ||
|
||
.globl rsaz_1024_sqr_avx2 | ||
.type rsaz_1024_sqr_avx2,@function | ||
|
2 changes: 1 addition & 1 deletion
2
deps/openssl/config/archs/BSD-x86_64/asm/crypto/bn/rsaz-x86_64.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.text | ||
.text | ||
|
||
|
||
|
||
|
2 changes: 1 addition & 1 deletion
2
deps/openssl/config/archs/BSD-x86_64/asm/crypto/bn/x86_64-gf2m.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.text | ||
.text | ||
|
||
.type _mul_1x1,@function | ||
.align 16 | ||
|
Oops, something went wrong.