Re: [PATCH v2 04/10] crypto/compress: add asynchronous compression support

2016-02-04 Thread Joonsoo Kim
2016-02-04 23:53 GMT+09:00 Herbert Xu : > On Thu, Feb 04, 2016 at 04:17:41PM +0900, Joonsoo Kim wrote: >> >> Do you think not to merge scomp? Please let me know your overall >> plan about this.? > > I'm fine with a driver-side scomp interface. But I'd rather > avoid having yet another user-side co

Re: [PATCH 2/2] rng: pic32-rng: Add PIC32 RNG hardware driver

2016-02-04 Thread Joshua Henderson
Daniel, On 02/03/2016 04:22 AM, Daniel Thompson wrote: > On 01/02/16 22:41, Joshua Henderson wrote: >> Add support for the hardware pseudo and true random number generator >> peripheral found on PIC32. >> >> Signed-off-by: Joshua Henderson >> Signed-off-by: Purna Chandra Mandal >> --- >> drive

Re: [PATCH v2 04/10] crypto/compress: add asynchronous compression support

2016-02-04 Thread Herbert Xu
On Thu, Feb 04, 2016 at 11:50:46AM +0800, Li, Weigang wrote: > > Seems I need go back to my first acomp patch.. Assuming we shall > still keep the comp i/f, and the linearisation of sg-list in acomp > to fit the "comp" API? What do you mean by the driver-side scomp? What I mean is that the bottom

Re: [PATCH v2 04/10] crypto/compress: add asynchronous compression support

2016-02-04 Thread Herbert Xu
On Thu, Feb 04, 2016 at 04:17:41PM +0900, Joonsoo Kim wrote: > > Do you think not to merge scomp? Please let me know your overall > plan about this.? I'm fine with a driver-side scomp interface. But I'd rather avoid having yet another user-side compression interface in the form of scomp if we can

Re: [PATCH] crypto: mark authenticated ctr(aes) also as FIPS able

2016-02-04 Thread Stephan Mueller
Am Donnerstag, 4. Februar 2016, 15:30:26 schrieb Marcus Meissner: Hi Marcus, > Signed-off-by: Marcus Meissner Acked-by: Stephan Mueller > --- > crypto/testmgr.c | 16 > 1 file changed, 16 insertions(+) > > diff --git a/crypto/testmgr.c b/crypto/testmgr.c > index ae8c57fd..ff

[PATCH] crypto: mark authenticated ctr(aes) also as FIPS able

2016-02-04 Thread Marcus Meissner
Signed-off-by: Marcus Meissner --- crypto/testmgr.c | 16 1 file changed, 16 insertions(+) diff --git a/crypto/testmgr.c b/crypto/testmgr.c index ae8c57fd..ff6a799 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -2143,6 +2143,10 @@ static const struct alg_test_desc alg_t