]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Speedup 3DES by using assembly code for i386.
authorHajimu UMEMOTO <ume@FreeBSD.org>
Tue, 5 Mar 2002 09:19:02 +0000 (09:19 +0000)
committerHajimu UMEMOTO <ume@FreeBSD.org>
Tue, 5 Mar 2002 09:19:02 +0000 (09:19 +0000)
commitb5a8f767a62e0253ce02878cd6d69ea7f9574d1a
treef180dd9b96cf2c86471621a490166f4833fd61e2
parent2242af42cf09cd130794db9b72eccf5bf500b9bc
- Speedup 3DES by using assembly code for i386.
- Sync des/blowfish to more recent openssl.

Obtained from: KAME/NetBSD
MFC after: 2 weeks
23 files changed:
sys/conf/files
sys/conf/files.alpha
sys/conf/files.i386
sys/conf/files.ia64
sys/conf/files.pc98
sys/conf/files.powerpc
sys/conf/files.sparc64
sys/crypto/blowfish/arch/i386/bf_enc.S [new file with mode: 0644]
sys/crypto/blowfish/arch/i386/bf_enc_586.S [new file with mode: 0644]
sys/crypto/blowfish/arch/i386/bf_enc_686.S [new file with mode: 0644]
sys/crypto/blowfish/bf_enc.c
sys/crypto/blowfish/bf_locl.h
sys/crypto/blowfish/bf_pi.h
sys/crypto/blowfish/bf_skey.c
sys/crypto/blowfish/blowfish.h
sys/crypto/des/arch/i386/des_enc.S [new file with mode: 0644]
sys/crypto/des/des.h
sys/crypto/des/des_ecb.c
sys/crypto/des/des_enc.c [new file with mode: 0644]
sys/crypto/des/des_locl.h
sys/crypto/des/des_setkey.c
sys/crypto/des/spr.h
sys/netinet6/esp_core.c