From owner-cvs-all Tue Mar 26 2:12:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB48637B419; Tue, 26 Mar 2002 02:12:31 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2QACV701402; Tue, 26 Mar 2002 02:12:31 -0800 (PST) (envelope-from ume) Message-Id: <200203261012.g2QACV701402@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 26 Mar 2002 02:12:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.i386 files.pc98 src/sys/crypto/blowfish bf_enc.c bf_locl.h bf_pi.h bf_skey.c blowfish.h src/sys/crypto/blowfish/arch/i386 bf_enc.S bf_enc_586.S bf_enc_686.S src/sys/crypto/des des.h des_ecb.c des_enc.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/03/26 02:12:29 PST Modified files: (Branch: RELENG_4) sys/conf files files.i386 files.pc98 sys/crypto/blowfish bf_enc.c bf_locl.h bf_pi.h bf_skey.c blowfish.h sys/crypto/des des.h des_ecb.c des_locl.h des_setkey.c spr.h sys/netinet6 esp_core.c sys/modules/smbfs Makefile Added files: (Branch: RELENG_4) sys/crypto/blowfish/arch/i386 bf_enc.S bf_enc_586.S bf_enc_686.S sys/crypto/des des_enc.c sys/crypto/des/arch/i386 des_enc.S Log: MFC: - Speedup 3DES by using assembly code for i386. - Sync des/blowfish to more recent openssl. sys/conf/files: 1.607 sys/conf/files.alpha: 1.81 sys/conf/files.i386: 1.395 sys/conf/files.ia64: 1.27 sys/conf/files.pc98: 1.226 sys/conf/files.powerpc: 1.5 sys/conf/files.sparc64: 1.13 sys/crypto/blowfish/arch/i386/bf_enc.S: 1.1 sys/crypto/blowfish/arch/i386/bf_enc_586.S: 1.1 sys/crypto/blowfish/arch/i386/bf_enc_686.S: 1.1 sys/crypto/blowfish/bf_enc.c: 1.5 sys/crypto/blowfish/bf_locl.h: 1.5 sys/crypto/blowfish/bf_pi.h: 1.4 sys/crypto/blowfish/bf_skey.c: 1.5 sys/crypto/blowfish/blowfish.h: 1.5 sys/crypto/des/arch/i386/des_enc.S: 1.1 sys/crypto/des/des.h: 1.5 sys/crypto/des/des_ecb.c: 1.5 sys/crypto/des/des_enc.c: 1.1 sys/crypto/des/des_locl.h: 1.6 sys/crypto/des/des_setkey.c: 1.6 sys/crypto/des/spr.h: 1.4 sys/modules/smbfs/Makefile: 1.5 sys/netinet6/esp_core.c: 1.8-1.10 Revision Changes Path 1.340.2.94 +0 -1 src/sys/conf/files 1.307.2.26 +8 -2 src/sys/conf/files.i386 1.140.2.33 +8 -2 src/sys/conf/files.pc98 1.1.2.1 +17 -0 src/sys/crypto/blowfish/arch/i386/bf_enc.S (new) 1.1.2.1 +762 -0 src/sys/crypto/blowfish/arch/i386/bf_enc_586.S (new) 1.1.2.1 +734 -0 src/sys/crypto/blowfish/arch/i386/bf_enc_686.S (new) 1.1.2.3 +71 -56 src/sys/crypto/blowfish/bf_enc.c 1.1.2.3 +2 -4 src/sys/crypto/blowfish/bf_locl.h 1.1.2.2 +2 -2 src/sys/crypto/blowfish/bf_pi.h 1.1.2.3 +5 -5 src/sys/crypto/blowfish/bf_skey.c 1.1.2.3 +7 -3 src/sys/crypto/blowfish/blowfish.h 1.1.2.1 +2815 -0 src/sys/crypto/des/arch/i386/des_enc.S (new) 1.1.2.3 +30 -12 src/sys/crypto/des/des.h 1.1.2.3 +68 -166 src/sys/crypto/des/des_ecb.c 1.1.2.1 +294 -0 src/sys/crypto/des/des_enc.c (new) 1.2.2.3 +171 -52 src/sys/crypto/des/des_locl.h 1.1.2.4 +69 -71 src/sys/crypto/des/des_setkey.c 1.1.2.2 +155 -144 src/sys/crypto/des/spr.h 1.1.2.4 +6 -0 src/sys/modules/smbfs/Makefile 1.1.2.4 +12 -14 src/sys/netinet6/esp_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message