Acked-by: Kai Ji <[email protected]>
________________________________
From: Sivaramakrishnan, VenkatX <[email protected]>
Sent: 03 November 2023 13:30
To: Ji, Kai <[email protected]>
Cc: [email protected] <[email protected]>; [email protected] <[email protected]>;
[email protected] <[email protected]>; Sivaramakrishnan, VenkatX
<[email protected]>
Subject: [PATCH 1/2] crypto/qat: fix block cipher misalignment for AES CBC and
3DES CBC
check cipher length alignment for 3DES CBC and AES CBC
to change it to NULL op for buffer misalignment
Fixes: a815a04cea05 ("crypto/qat: support symmetric build op request")
Fixes: 85fec6fd9674 ("crypto/qat: unify raw data path functions")
Fixes: def38073ac90 ("crypto/qat: check cipher buffer alignment")
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Sivaramakrishnan Venkat <[email protected]>
---
--
2.25.1