cvs commit: src/sys/netinet6 esp_core.c src/sys/crypto/cast128
cast128.c cast128.h cast128_subkey.h cast128sb.h
Hajimu UMEMOTO
ume at FreeBSD.org
Fri Oct 10 08:06:17 PDT 2003
ume 2003/10/10 08:06:17 PDT
FreeBSD src repository
Modified files:
sys/netinet6 esp_core.c
sys/crypto/cast128 cast128.c cast128.h
Added files:
sys/crypto/cast128 cast128sb.h
Removed files:
sys/crypto/cast128 cast128_subkey.h
Log:
switch cast128 implementation to implementation by Steve Reid;
smaller footprint.
Obtained from: KAME
Revision Changes Path
1.7 +219 -862 src/sys/crypto/cast128/cast128.c
1.7 +19 -48 src/sys/crypto/cast128/cast128.h
1.4 +0 -92 src/sys/crypto/cast128/cast128_subkey.h (dead)
1.1 +546 -0 src/sys/crypto/cast128/cast128sb.h (new)
1.15 +4 -10 src/sys/netinet6/esp_core.c
More information about the cvs-src
mailing list