Re: [PATCH] virtio_rng: drop extra empty line

2015-01-15 Thread Herbert Xu
On Fri, Jan 16, 2015 at 09:16:00AM +0200, Michael S. Tsirkin wrote: > > So let's add this to maintainers? > Will you ack something like below? Sure I'll add that. Thanks! -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Re: [PATCH] virtio_rng: drop extra empty line

2015-01-15 Thread Michael S. Tsirkin
On Fri, Jan 16, 2015 at 10:21:09AM +1100, Herbert Xu wrote: > On Thu, Jan 15, 2015 at 01:50:42PM +0200, Michael S. Tsirkin wrote: > > makes code look a bit prettier. > > > > Signed-off-by: Michael S. Tsirkin > > Please resend this patch with a cc to linux-crypto@vger.kernel.org. > > Thanks! So

crypto: cts - Remove bogus use of seqiv

2015-01-15 Thread Herbert Xu
The seqiv generator is completely inappropriate for cts as it's designed for IPsec algorithms. Since cts users do not actually use the IV generator we can just fall back to the default. Signed-off-by: Herbert Xu diff --git a/crypto/cts.c b/crypto/cts.c index bd94058..6a8089c 100644 --- a/crypt

Re: [PATCH] crypto: algif - change algif_skcipher to be asynchronous

2015-01-15 Thread Herbert Xu
On Wed, Jan 14, 2015 at 09:36:57AM -0800, Tadeusz Struk wrote: > > But then would you like to extend AIO interface to take the IV and > something that would indicate the encrypt/decrypt operation on > aio_write()? Also as far as I can see AIO doesn't support splice() Any metadata such as the IV c

Re: [PATCH] crypto: qat - don't need qat_auth_state struct

2015-01-15 Thread Herbert Xu
On Wed, Jan 14, 2015 at 10:27:35AM -0800, Tadeusz Struk wrote: > We don't need the qat_auth_state structure anymore. > > Signed-off-by: Tadeusz Struk Applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsu