On Mon, Jun 15, 2015 at 01:18:42PM -0700, Tadeusz Struk wrote: > > +struct crypto_akcipher { > + void *key; Having a void * pointer here is useless. The normal way of doing it is to place the key into the tfm context. 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