NetBSD/sys/opencrypto
drochner 16566ac90c -avoid allocation of an extra result buffer and data copy in case
the DEFLATE complssion/decompression result is within a single
 buffer already
-simplify bookkeeping of allocated buffers (and don't waste the
 last member of the metadata array)
from Wolfgang Stukenbrock per PR kern/36865 (with some cleanup
of error handling by me)
The Gzip compression case can be improved too, but for now I've applied
the buffer bookkeeping changes.

tested with IP4 IPCOMP
2011-02-16 19:08:57 +00:00
..
criov.c
crypto.c PR/44470: Dr. Wolfgang Stukenbrock: opencrypto kernel implementation may pass 2011-01-26 19:52:16 +00:00
cryptodev.c Consistently use a single CRYPTO_SESID2HID-like macro. 2010-08-02 19:59:35 +00:00
cryptodev.h
cryptosoft_xform.c
cryptosoft.c Don't store temporary values in the opencrypto session data struct which 2011-02-10 21:00:42 +00:00
cryptosoft.h Don't store temporary values in the opencrypto session data struct which 2011-02-10 21:00:42 +00:00
deflate.c -avoid allocation of an extra result buffer and data copy in case 2011-02-16 19:08:57 +00:00
deflate.h -avoid allocation of an extra result buffer and data copy in case 2011-02-16 19:08:57 +00:00
files.opencrypto
Makefile
ocryptodev.c
ocryptodev.h
xform.c
xform.h