Re: [PATCH v2 4/8] crypto/lz4hc: support decompress_noctx

2015-08-26 Thread Sergey Senozhatsky
On (08/20/15 15:35), Joonsoo Kim wrote: lz4hc's decompression doesn't requires any scratch buffer so it doesn't need tfm context. Hence, it can support crypto compression noctx API and this patch implements it. Signed-off-by: Joonsoo Kim iamjoonsoo@lge.com --- crypto/lz4hc.c | 17

[PATCH v2 4/8] crypto/lz4hc: support decompress_noctx

2015-08-20 Thread Joonsoo Kim
lz4hc's decompression doesn't requires any scratch buffer so it doesn't need tfm context. Hence, it can support crypto compression noctx API and this patch implements it. Signed-off-by: Joonsoo Kim iamjoonsoo@lge.com --- crypto/lz4hc.c | 17 - 1 file changed, 16