Re: [dpdk-dev] [EXT] [dpdk-dev v2] crypto/snow3g: add support for digest appended ops
From: Akhil Goyal <hidden>
Date: 2021-06-29 20:14:54
From: Akhil Goyal <hidden>
Date: 2021-06-29 20:14:54
This patch enable out-of-place auth-cipher operations where
digest should be encrypted among with the rest of raw data.
It also adds support for partially encrypted digest when using
auth-cipher operations.
Fixes: 7c87e2d7b359 ("crypto/snow3g: use IPsec library")
Cc: pablo.de.lara.guarch@intel.comThis patch is a feature addition and not a fix. So no need for this fixes tag.
Signed-off-by: Damian Nowak <redacted> Signed-off-by: Kai Ji <redacted>
Is this patch really required now, as I see that you plan to remove this PMD?