Re: [PATCH 2/2] crypto/virtio: fix cipher data src length

2025-05-16 Thread Maxime Coquelin
On 4/3/25 2:26 PM, Rajesh Mudimadugula wrote: In symmetric algorithm chaining, we need to consider both cipher and auth data length for cipher source. Fixes: 82adb12a1fce ("crypto/virtio: support burst enqueue/dequeue") Signed-off-by: Rajesh Mudimadugula --- drivers/crypto/virtio/virtio_r

RE: [EXTERNAL] [PATCH 2/2] crypto/virtio: fix cipher data src length

2025-04-09 Thread Akhil Goyal
> In symmetric algorithm chaining, we need to consider both > cipher and auth data length for cipher source. > > Fixes: 82adb12a1fce ("crypto/virtio: support burst enqueue/dequeue") Cc: sta...@dpdk.org > > Signed-off-by: Rajesh Mudimadugula Acked-by: Akhil Goyal

[PATCH 2/2] crypto/virtio: fix cipher data src length

2025-04-03 Thread Rajesh Mudimadugula
In symmetric algorithm chaining, we need to consider both cipher and auth data length for cipher source. Fixes: 82adb12a1fce ("crypto/virtio: support burst enqueue/dequeue") Signed-off-by: Rajesh Mudimadugula --- drivers/crypto/virtio/virtio_rxtx.c | 20 1 file changed, 12