On Mon, Jun 01, 2015 at 11:44:22AM +0200, Stephan Mueller wrote: > > That code crashes with the following stacktrace: > > [ 2000.433502] BUG: unable to handle kernel NULL pointer dereference at > (null) This crash is totally different from the previous crash you sent. This one is expected because you're calling givencrypt on an algorithm that has already been converted. Once converted they no longer have a givencrypt function and calling crypto_aead_givencrypt on them will crash. Cheers, -- 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