Re: [PATCH] crypto: acomp - allow registration of multiple acomps

2017-04-21 Thread Herbert Xu
On Wed, Apr 19, 2017 at 02:23:05PM +0100, Giovanni Cabiddu wrote: > Add crypto_register_acomps and crypto_unregister_acomps to allow > the registration of multiple implementations with one call. > > Signed-off-by: Giovanni Cabiddu Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://

[PATCH] crypto: acomp - allow registration of multiple acomps

2017-04-19 Thread Giovanni Cabiddu
Add crypto_register_acomps and crypto_unregister_acomps to allow the registration of multiple implementations with one call. Signed-off-by: Giovanni Cabiddu --- crypto/acompress.c | 29 + include/crypto/internal/acompress.h | 3 +++ 2 files changed,