Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64 Use Bi...
details: https://anonhg.NetBSD.org/src/rev/29a27ea082b2
branches: trunk
changeset: 808407:29a27ea082b2
user: joerg <joerg%NetBSD.org@localhost>
date: Sat May 16 20:23:06 2015 +0000
description:
Use Bitsplice/Vector optimized AES too.
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (11 lines):
diff -r 180f9bbc3a54 -r 29a27ea082b2 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes.inc Sat May 16 20:22:15 2015 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes.inc Sat May 16 20:23:06 2015 +0000
@@ -1,5 +1,5 @@
.PATH.S: ${.PARSEDIR}
-AES_SRCS = aes-x86_64.S aesni-x86_64.S
-AESCPPFLAGS = -DAES_ASM -DOPENSSL_IA32_SSE2
+AES_SRCS = aes-x86_64.S aesni-x86_64.S bsaes-x86_64.S vpaes-x86_64.S
+AESCPPFLAGS = -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DOPENSSL_IA32_SSE2
AESNI = yes
.include "../../aes.inc"
Home |
Main Index |
Thread Index |
Old Index