Re: [PATCH 1/2] vhost: fix cipher data length

2025-05-16 Thread Maxime Coquelin
On 4/3/25 2:22 PM, Rajesh Mudimadugula wrote: This patch fixes cipher data length, in the event of algorithm chaining. When enqueuing crypto op to vhost backend cipher.data.length is set correctly which is in virtqueue_crypto_sym_pkt_header_arrange(). This field is computed and assigned wrongl

RE: [EXTERNAL] [PATCH 1/2] vhost: fix cipher data length

2025-04-09 Thread Akhil Goyal
> This patch fixes cipher data length, in the event of algorithm > chaining. When enqueuing crypto op to vhost backend > cipher.data.length is set correctly which is in > virtqueue_crypto_sym_pkt_header_arrange(). This field is computed > and assigned wrongly instead of using passed value. This is

[PATCH 1/2] vhost: fix cipher data length

2025-04-03 Thread Rajesh Mudimadugula
This patch fixes cipher data length, in the event of algorithm chaining. When enqueuing crypto op to vhost backend cipher.data.length is set correctly which is in virtqueue_crypto_sym_pkt_header_arrange(). This field is computed and assigned wrongly instead of using passed value. This is rectified