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 Use assembler impl...
details: https://anonhg.NetBSD.org/src/rev/cc3fd7d10942
branches: trunk
changeset: 338264:cc3fd7d10942
user: joerg <joerg%NetBSD.org@localhost>
date: Sat May 16 20:22:15 2015 +0000
description:
Use assembler implementation of Camellia on x86_64, switching a boost
for medium to large block sizes.
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/camellia.inc | 3 +++
crypto/external/bsd/openssl/lib/libcrypto/camellia.inc | 7 ++++---
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r fba770cc77c1 -r cc3fd7d10942 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/camellia.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/camellia.inc Sat May 16 20:22:15 2015 +0000
@@ -0,0 +1,3 @@
+.PATH.S: ${.PARSEDIR}
+CAMELLIA_SRCS = cmll-x86_64.S
+.include "../../camellia.inc"
diff -r fba770cc77c1 -r cc3fd7d10942 crypto/external/bsd/openssl/lib/libcrypto/camellia.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/camellia.inc Sat May 16 19:33:59 2015 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/camellia.inc Sat May 16 20:22:15 2015 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: camellia.inc,v 1.2 2012/07/26 19:58:40 christos Exp $
+# $NetBSD: camellia.inc,v 1.3 2015/05/16 20:22:15 joerg Exp $
.PATH: ${OPENSSLSRC}/crypto/camellia
-CAMELLIA_SRCS = camellia.c cmll_misc.c \
- cmll_ecb.c cmll_cbc.c cmll_cfb.c cmll_ofb.c cmll_ctr.c cmll_utl.c
+CAMELLIA_SRCS?= camellia.c cmll_cbc.c
+CAMELLIA_SRCS += cmll_misc.c cmll_ecb.c cmll_cfb.c \
+ cmll_ofb.c cmll_ctr.c cmll_utl.c
SRCS += ${CAMELLIA_SRCS}
.for cryptosrc in ${CAMELLIA_SRCS}
Home |
Main Index |
Thread Index |
Old Index