NetBSD/sys/opencrypto
degroote 03281f71f1 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@
2007-05-21 11:35:16 +00:00
..
criov.c
crypto.c Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
cryptodev.c
cryptodev.h
cryptosoft_xform.c
cryptosoft.c
cryptosoft.h
deflate.c Use dynamic array instead of an static array to decompress. It lets us to 2007-05-21 11:35:16 +00:00
deflate.h
files.opencrypto
Makefile
xform.c
xform.h