Re: [PATCH v2 1/2] crypto: scomp - allow registration of multiple scomps

2017-04-24 Thread Herbert Xu
On Fri, Apr 21, 2017 at 09:54:29PM +0100, Giovanni Cabiddu wrote: > Add crypto_register_scomps and crypto_unregister_scomps to allow > the registration of multiple implementations with one call. > > Signed-off-by: Giovanni Cabiddu All applied. Thanks. -- Email:

[PATCH v2 1/2] crypto: scomp - allow registration of multiple scomps

2017-04-21 Thread Giovanni Cabiddu
Add crypto_register_scomps and crypto_unregister_scomps to allow the registration of multiple implementations with one call. Signed-off-by: Giovanni Cabiddu --- crypto/scompress.c | 29 +