On Tue, Sep 22, 2015 at 09:34:03AM -0700, Tadeusz Struk wrote:
>
>  struct akcipher_request {
>       struct crypto_async_request base;
> -     void *src;
> -     void *dst;
> -     unsigned int src_len;
> -     unsigned int dst_len;
> +     struct scatterlist *src;
> +     struct scatterlist *dst;
> +     unsigned int out_len;

I think src_len/dst_len should be kept as the SG list may contain
more entries than the ones that you need to process.

Cheers,
-- 
Email: Herbert Xu <[email protected]>
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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to