On 10/01/2015 06:45 AM, Herbert Xu wrote:
> 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.
> 
Herbert,
Could you still apply it and the "Add mpi sgl helpers" on top
and I'll add the src_len/dst_len in an incremental patch?
It will make it easier for me.
Thanks

--
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