Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154812374
D41537.id126339.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D41537.id126339.diff
View Options
diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm
--- a/secure/lib/libcrypto/Makefile.asm
+++ b/secure/lib/libcrypto/Makefile.asm
@@ -79,11 +79,12 @@
SRCS= x86_64cpuid.pl
# aes
-SRCS+= aesni-mb-x86_64.pl aesni-sha1-x86_64.pl aesni-sha256-x86_64.pl \
- aesni-x86_64.pl vpaes-x86_64.pl
+SRCS+= aes-x86_64.pl \
+ aesni-mb-x86_64.pl aesni-sha1-x86_64.pl aesni-sha256-x86_64.pl \
+ aesni-x86_64.pl bsaes-x86_64.pl vpaes-x86_64.pl
# bn
-SRCS+= rsaz-avx2.pl rsaz-avx512.S rsaz-x86_64.pl x86_64-gf2m.pl \
+SRCS+= rsaz-avx2.pl rsaz-avx512.pl rsaz-x86_64.pl x86_64-gf2m.pl \
x86_64-mont.pl x86_64-mont5.pl
# camellia
@@ -108,8 +109,9 @@
SRCS+= rc4-md5-x86_64.pl rc4-x86_64.pl
# sha
-SRCS+= keccak1600-x86_64.pl sha1-mb-x86_64.pl sha1-x86_64.pl \
- sha256-mb-x86_64.pl
+SRCS+= keccak1600-x86_64.pl keccak1600-avx2.pl keccak1600-avx512.pl \
+ keccak1600-avx512vl.pl sha1-mb-x86_64.pl sha1-x86_64.pl \
+ sha256-mb-x86_64.pl sha512-x86_64.pl
# whrlpool
SRCS+= wp-x86_64.pl
@@ -221,7 +223,7 @@
SRCS= x86cpuid.pl
# aes
-SRCS+= aesni-x86.pl vpaes-x86.pl
+SRCS+= aes-586.pl aesni-x86.pl vpaes-x86.pl
# blowfish
SRCS+= bf-586.pl
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 30, 12:23 PM (8 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32512172
Default Alt Text
D41537.id126339.diff (1 KB)
Attached To
Mode
D41537: libcrypto: Add new assembly files added in OpenSSL 3.0.
Attached
Detach File
Event Timeline
Log In to Comment