On Fri, May 29, 2015 at 11:39:03PM +0200, Stephan Mueller wrote: > > Not sure what goes wrong, but when using algif_aead with the new code, I get: This is a bug in the way it's using scatterwalk. It needs to advance the walk object by the number of bytes it has processed. Previously it didn't crash because it didn't set out to 1 which you should do if you're writing to the buffer. I'll resend the patch with the bug fixed. Thanks, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html