RE: [EXT] [PATCH] crypto/qat: fix stream cipher direction

2023-01-04 Thread Akhil Goyal
> Stream ciphers use ENCRYPT mode in HW for both encryption and > decryption operations. This patch adds in an overwrite to always set > ENCRYPT mode for these algorithms. > > Fixes: d9b7d5bbc845 ("crypto/qat: add ZUC EEA3/EIA3 capability") > Cc: arkadiuszx.kusz...@intel.com > Cc: sta...@dpdk.org

[PATCH] crypto/qat: fix stream cipher direction

2022-12-21 Thread Ciara Power
Stream ciphers use ENCRYPT mode in HW for both encryption and decryption operations. This patch adds in an overwrite to always set ENCRYPT mode for these algorithms. Fixes: d9b7d5bbc845 ("crypto/qat: add ZUC EEA3/EIA3 capability") Cc: arkadiuszx.kusz...@intel.com Cc: sta...@dpdk.org Signed-off-by