On Mon, Jun 15, 2015 at 01:18:42PM -0700, Tadeusz Struk wrote: > > +struct akcipher_request { > + struct crypto_async_request base; > + void *src; > + void *dst; > + unsigned int src_len; > + unsigned int dst_len; > + unsigned int *result_len; > + void *__ctx[] CRYPTO_MINALIGN_ATTR; > +};
result_len is redundant. You can write to dst_len after the operation is done. Cheers, -- Email: Herbert Xu <herb...@gondor.apana.org.au> 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-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/