Up to [cvs.NetBSD.org] / src / sys / opencrypto
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: nick-csl-alignment-base
Revision 1.8 / (download) - annotate - [selected], Mon May 21 11:35:16 2007 UTC (13 years, 11 months ago) by degroote
Branch: MAIN
CVS Tags: nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: matt-armv6,
jmcneill-pm
Changes since 1.7: +30 -11
lines
Diff to previous 1.7 (colored)
Use dynamic array instead of an static array to decompress. It lets us to decompress any data, whatever is the radio decompressed data / compressed data. It fixes the last issues with fast_ipsec and ipcomp. While here, bzero -> memset, bcopy -> memcpy, FREE -> free Reviewed a long time ago by sam@