RE: [PATCH 1/3] examples/ipsec-secgw: fix auth IV length

2023-02-27 Thread Akhil Goyal
> Acked-by: Kai Ji Please do bottom post in future. Series Applied to dpdk-next-crypto

RE: [PATCH 1/3] examples/ipsec-secgw: fix auth IV length

2023-02-21 Thread Ji, Kai
@amd.com; > rnagadhee...@marvell.com; ma...@nvidia.com; Akhil Goyal > ; sta...@dpdk.org > Subject: [PATCH 1/3] examples/ipsec-secgw: fix auth IV length > > Currently, cipher IV length is getting used to set auth xform IV length. > Auth IV is needed for AES-GMAC case, and in all oth

[PATCH 1/3] examples/ipsec-secgw: fix auth IV length

2023-02-16 Thread Akhil Goyal
Currently, cipher IV length is getting used to set auth xform IV length. Auth IV is needed for AES-GMAC case, and in all other cases, auth IV should be 0. Used a separate auth IV length to separate out cipher and auth cases. Fixes: 9413c3901f31 ("examples/ipsec-secgw: support additional algorithms