Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-02 | crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final} | Geert Uytterhoeven | 1 | -12/+12 | |
If crypto_{,de}compress_{update,final}() succeed, return the actual number of bytes produced instead of zero, so their users don't have to calculate that theirselves. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | |||||
2009-03-04 | crypto: zlib - New zlib crypto module, using pcomp | Geert Uytterhoeven | 1 | -0/+378 | |
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Cc: James Morris <jmorris@namei.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |